pokeemmo/data/maps/MtPyre_6F/scripts.inc
RoamerX db73674ea3 修正部分专有名词为官译+修正招式详情中文字与图标位置+修复R键投球图颜色错误
包括以下:
精灵	宝可梦
训练师	训练家
背包	包包
技能	招式
口袋领航员	宝可梦导航仪
濒死	昏厥
烧伤	灼伤
命中率	命中	注:指招式的命中,对战内宝可梦的能力仍叫做命中率
2025-04-11 15:14:45 +08:00

60 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MtPyre_6F_MapScripts::
.byte 0
MtPyre_6F_EventScript_Valerie::
trainerbattle_single TRAINER_VALERIE_1, MtPyre_6F_Text_ValerieIntro, MtPyre_6F_Text_ValerieDefeat, MtPyre_6F_EventScript_RegisterValerie
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, MtPyre_6F_EventScript_RematchValerie
msgbox MtPyre_6F_Text_ValeriePostBattle, MSGBOX_DEFAULT
release
end
MtPyre_6F_EventScript_RegisterValerie::
special PlayerFaceTrainerAfterBattle
waitmovement 0
msgbox MtPyre_6F_Text_ValerieRegister, MSGBOX_DEFAULT
register_matchcall TRAINER_VALERIE_1
release
end
MtPyre_6F_EventScript_RematchValerie::
trainerbattle_rematch TRAINER_VALERIE_1, MtPyre_6F_Text_ValerieRematchIntro, MtPyre_6F_Text_ValerieRematchDefeat
msgbox MtPyre_6F_Text_ValeriePostRematch, MSGBOX_AUTOCLOSE
end
MtPyre_6F_EventScript_Cedric::
trainerbattle_single TRAINER_CEDRIC, MtPyre_6F_Text_CedricIntro, MtPyre_6F_Text_CedricDefeat
msgbox MtPyre_6F_Text_CedricPostBattle, MSGBOX_AUTOCLOSE
end
MtPyre_6F_Text_ValerieIntro:
.string "当我来到这里…\n就会有一股奇异的力量涌进身体…$"
MtPyre_6F_Text_ValerieDefeat:
.string "这股力量在消退…$"
MtPyre_6F_Text_ValeriePostBattle:
.string "或许这股力量来自在此沉睡着\n的宝可梦的灵魂…$"
MtPyre_6F_Text_ValerieRegister:
.string "呼呼呼…我输掉了比赛,但是…\n我可以这样…\p不必用手碰到你的\n宝可梦导航仪…嘿呀!$"
MtPyre_6F_Text_ValerieRematchIntro:
.string "你后面…\n那是什么…$"
MtPyre_6F_Text_ValerieRematchDefeat:
.string "好像有什么东西消失了…$"
MtPyre_6F_Text_ValeriePostRematch:
.string "在这里沉眠的宝可梦…\n有时也会出来玩耍…$"
MtPyre_6F_Text_CedricIntro:
.string "你迷失方向了么?\n有我在,不用怕!$"
MtPyre_6F_Text_CedricDefeat:
.string "你并没有迷路么?$"
MtPyre_6F_Text_CedricPostBattle:
.string "我觉得一个迷路的训练家\n会很惊慌,很容易就能打败。\p但那样太卑鄙了我不会再那么做了…$"