RoamerX 5108965bd5 脚本文本将旧译替换官译
脚本文本中宝可币符号位置修复
脚本文本中以下名词修正:
部分专有名词
重要NPC人名&组织名
地名
道具名称
招式学习器及教学相关的招式名称
对战开拓区设施名称、首领称号、印记
2025-04-13 23:26:26 +08:00

31 lines
1.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.

PacifidlogTown_House5_MapScripts::
.byte 0
PacifidlogTown_House5_EventScript_MirageIslandWatcher::
lock
faceplayer
specialvar VAR_RESULT, IsMirageIslandPresent
goto_if_eq VAR_RESULT, TRUE, PacifidlogTown_House5_EventScript_MirageIslandPresent
msgbox PacifidlogTown_House5_Text_CantSeeMirageIslandToday, MSGBOX_DEFAULT
release
end
PacifidlogTown_House5_EventScript_MirageIslandPresent::
msgbox PacifidlogTown_House5_Text_CanSeeMirageIslandToday, MSGBOX_DEFAULT
release
end
PacifidlogTown_House5_EventScript_Gentleman::
msgbox PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather, MSGBOX_NPC
end
PacifidlogTown_House5_Text_CantSeeMirageIslandToday:
.string "今天看不见幻之岛…$"
PacifidlogTown_House5_Text_CanSeeMirageIslandToday:
.string "啊!哦,天哪!\n今天看见了幻之岛!$"
PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather:
.string "幻之岛…\p那大概是因为\n天气变化而\l不断隐现的幻影。\p还是说它真的不停地\n消失或出现?$"