2025-04-22 16:50:58 +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消失或出现?$"