pokeemmo/data/maps/MtPyre_6F/scripts.inc
RoamerX 5fc2213e1c 遗漏的换行文本溢出情况修复
Pokenav统一为宝可导航,全流程中仅兹伏奇初次介绍时使用
送神山码头文本错误翻译修复
城市名称统一补全为XX市/镇
哈奇老人相关的文本调整
海员统一修正为水手
标点符号重复使用修复
小遥错字修复
汉化优化
2025-04-24 18:14:06 +08:00

60 lines
2.1 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但那样太卑鄙了我不会再那么做了……$"