RoamerX 6f69e7f5eb 对于对战开拓区&对战帐篷的文本进行了重新翻译
虽然原本进行了一些修正和润色,但是整体质量偏低,于是重新进行了汉化
调整了开拓区对战设施的成绩页面文字展示位置
对培育屋的文本进行了重新翻译
参照官方正作的使用逻辑统一调整了数字使用阿拉伯数字和汉字的情况
参照官方正作的使用逻辑统一调整了使用“战斗”和“对战”的情况
修正了部分连接相关文本的译名
主要参考deepseek英文翻译及原版英文
2025-05-18 00:10:23 +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_TrickHousePuzzle8_MapScripts::
.byte 0
Route110_TrickHousePuzzle8_EventScript_Scroll::
lockall
goto_if_eq VAR_TRICK_HOUSE_PUZZLE_8_STATE, 0, Route110_TrickHousePuzzle8_EventScript_FoundScroll
goto Route110_TrickHousePuzzle_EventScript_ReadScrollAgain
end
Route110_TrickHousePuzzle8_EventScript_FoundScroll::
setvar VAR_TRICK_HOUSE_PUZZLE_8_STATE, 1
goto Route110_TrickHousePuzzle_EventScript_FoundScroll
end
Route110_TrickHousePuzzle8_EventScript_Vincent::
trainerbattle_single TRAINER_VINCENT, Route110_TrickHousePuzzle8_Text_VincentIntro, Route110_TrickHousePuzzle8_Text_VincentDefeat
msgbox Route110_TrickHousePuzzle8_Text_VincentPostBattle, MSGBOX_AUTOCLOSE
end
Route110_TrickHousePuzzle8_EventScript_Keira::
trainerbattle_single TRAINER_KEIRA, Route110_TrickHousePuzzle8_Text_KeiraIntro, Route110_TrickHousePuzzle8_Text_KeiraDefeat
msgbox Route110_TrickHousePuzzle8_Text_KeiraPostBattle, MSGBOX_AUTOCLOSE
end
Route110_TrickHousePuzzle8_EventScript_Leroy::
trainerbattle_single TRAINER_LEROY, Route110_TrickHousePuzzle8_Text_LeroyIntro, Route110_TrickHousePuzzle8_Text_LeroyDefeat
msgbox Route110_TrickHousePuzzle8_Text_LeroyPostBattle, MSGBOX_AUTOCLOSE
end
Route110_TrickHousePuzzle8_Text_WroteSecretCodeLockOpened:
.string "{PLAYER}在门上写下\n密码。\p“我爱戏法大师”\n…… …… …… ……\p锁“咔嗒”一声开了$"
Route110_TrickHousePuzzle8_Text_VincentIntro:
.string "没有多少训练家 \n能到达这里。$"
Route110_TrickHousePuzzle8_Text_VincentDefeat:
.string "这就意味着你也非常强大……$"
Route110_TrickHousePuzzle8_Text_VincentPostBattle:
.string "你已经打败了宝可梦联盟冠军?\n太厉害了!$"
Route110_TrickHousePuzzle8_Text_KeiraIntro:
.string "跟我对战,\n你应该感到非常幸运!$"
Route110_TrickHousePuzzle8_Text_KeiraDefeat:
.string "这不可能!\n我怎么会输!$"
Route110_TrickHousePuzzle8_Text_KeiraPostBattle:
.string "你能打败我真是奇迹,\n你可以引以为傲了。$"
Route110_TrickHousePuzzle8_Text_LeroyIntro:
.string "你也在艰难地挑战这\n戏法屋啊。$"
Route110_TrickHousePuzzle8_Text_LeroyDefeat:
.string "明白了……\n你的行事风格很特别。$"
Route110_TrickHousePuzzle8_Text_LeroyPostBattle:
.string "见到你这样的人\n戏法大师应该会很高兴吧。$"