pokeemerald/data/maps/PacifidlogTown_House5/scripts.inc

37 lines
1.1 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_EventScript_MirageIslandWatcher::
2017-11-10 02:21:31 +01:00
lock
faceplayer
specialvar VAR_RESULT, IsMirageIslandPresent
goto_if_eq VAR_RESULT, TRUE, PacifidlogTown_House5_EventScript_MirageIslandPresent
2019-11-07 21:41:42 +01:00
msgbox PacifidlogTown_House5_Text_CantSeeMirageIslandToday, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_EventScript_MirageIslandPresent::
2019-11-07 21:41:42 +01:00
msgbox PacifidlogTown_House5_Text_CanSeeMirageIslandToday, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_EventScript_Gentleman::
2019-11-07 21:41:42 +01:00
msgbox PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_Text_CantSeeMirageIslandToday:
2018-12-07 16:41:08 +01:00
.string "I can't see MIRAGE ISLAND today…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_Text_CanSeeMirageIslandToday:
2017-11-10 02:21:31 +01:00
.string "Oh! Oh my!\n"
.string "I can see MIRAGE ISLAND today!$"
2021-07-20 21:18:31 +02:00
PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather:
2017-11-10 02:21:31 +01:00
.string "MIRAGE ISLAND…\p"
.string "It must become visible and invisible\n"
.string "depending on the weather conditions\l"
.string "that make mirages appear.\p"
.string "Or is it really appearing and\n"
.string "disappearing?$"