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

60 lines
2.3 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.

Route110_TrickHousePuzzle4_MapScripts::
.byte 0
Route110_TrickHousePuzzle4_EventScript_Scroll::
lockall
goto_if_eq VAR_TRICK_HOUSE_PUZZLE_4_STATE, 0, Route110_TrickHousePuzzle4_EventScript_FoundScroll
goto Route110_TrickHousePuzzle_EventScript_ReadScrollAgain
end
Route110_TrickHousePuzzle4_EventScript_FoundScroll::
setvar VAR_TRICK_HOUSE_PUZZLE_4_STATE, 1
goto Route110_TrickHousePuzzle_EventScript_FoundScroll
end
Route110_TrickHousePuzzle4_EventScript_Cora::
trainerbattle_single TRAINER_CORA, Route110_TrickHousePuzzle4_Text_CoraIntro, Route110_TrickHousePuzzle4_Text_CoraDefeat
msgbox Route110_TrickHousePuzzle4_Text_CoraPostBattle, MSGBOX_AUTOCLOSE
end
Route110_TrickHousePuzzle4_EventScript_Yuji::
trainerbattle_single TRAINER_YUJI, Route110_TrickHousePuzzle4_Text_YujiIntro, Route110_TrickHousePuzzle4_Text_YujiDefeat
msgbox Route110_TrickHousePuzzle4_Text_YujiPostBattle, MSGBOX_AUTOCLOSE
end
Route110_TrickHousePuzzle4_EventScript_Paula::
trainerbattle_single TRAINER_PAULA, Route110_TrickHousePuzzle4_Text_PaulaIntro, Route110_TrickHousePuzzle4_Text_PaulaDefeat
msgbox Route110_TrickHousePuzzle4_Text_PaulaPostBattle, MSGBOX_AUTOCLOSE
end
Route110_TrickHousePuzzle4_Text_WroteSecretCodeLockOpened:
.string "{PLAYER}在门上写下\n密码。\p“戏法大师真棒”\n… … … … … … … …\p锁“咔嗒”一声开了$"
Route110_TrickHousePuzzle4_Text_CoraIntro:
.string "思考这些太麻烦了,\n我只想战斗而已!$"
Route110_TrickHousePuzzle4_Text_CoraDefeat:
.string "就算会输,我还是喜欢\n挑战高手!$"
Route110_TrickHousePuzzle4_Text_CoraPostBattle:
.string "只要有训练家的地方,都是我的目的地。\n你也是这么想的吧?$"
Route110_TrickHousePuzzle4_Text_YujiIntro:
.string "哈!像这样的小石头,\n我用一根手指头就能推走!$"
Route110_TrickHousePuzzle4_Text_YujiDefeat:
.string "我能推动这些小石头,但\n我解不开谜题…$"
Route110_TrickHousePuzzle4_Text_YujiPostBattle:
.string "四肢发达并不完全是好事…\n你必须要动脑子!$"
Route110_TrickHousePuzzle4_Text_PaulaIntro:
.string "戏法屋的谜题越来越难了,\n不是吗?$"
Route110_TrickHousePuzzle4_Text_PaulaDefeat:
.string "哇啊!$"
Route110_TrickHousePuzzle4_Text_PaulaPostBattle:
.string "有人成功走到头了吗?$"