diff options
Diffstat (limited to 'data/maps/PacifidlogTown_House5/scripts.inc')
-rw-r--r-- | data/maps/PacifidlogTown_House5/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/PacifidlogTown_House5/scripts.inc b/data/maps/PacifidlogTown_House5/scripts.inc index f8be20f47..5da4fb902 100644 --- a/data/maps/PacifidlogTown_House5/scripts.inc +++ b/data/maps/PacifidlogTown_House5/scripts.inc @@ -1,7 +1,7 @@ -PacifidlogTown_House5_MapScripts:: @ 8204110 +PacifidlogTown_House5_MapScripts:: .byte 0 -PacifidlogTown_House5_EventScript_MirageIslandWatcher:: @ 8204111 +PacifidlogTown_House5_EventScript_MirageIslandWatcher:: lock faceplayer specialvar VAR_RESULT, IsMirageIslandPresent @@ -11,23 +11,23 @@ PacifidlogTown_House5_EventScript_MirageIslandWatcher:: @ 8204111 release end -PacifidlogTown_House5_EventScript_MirageIslandPresent:: @ 820412D +PacifidlogTown_House5_EventScript_MirageIslandPresent:: msgbox PacifidlogTown_House5_Text_CanSeeMirageIslandToday, MSGBOX_DEFAULT release end -PacifidlogTown_House5_EventScript_Gentleman:: @ 8204137 +PacifidlogTown_House5_EventScript_Gentleman:: msgbox PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather, MSGBOX_NPC end -PacifidlogTown_House5_Text_CantSeeMirageIslandToday: @ 8204140 +PacifidlogTown_House5_Text_CantSeeMirageIslandToday: .string "I can't see MIRAGE ISLAND today…$" -PacifidlogTown_House5_Text_CanSeeMirageIslandToday: @ 8204161 +PacifidlogTown_House5_Text_CanSeeMirageIslandToday: .string "Oh! Oh my!\n" .string "I can see MIRAGE ISLAND today!$" -PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather: @ 820418B +PacifidlogTown_House5_Text_MirageIslandAppearDependingOnWeather: .string "MIRAGE ISLAND…\p" .string "It must become visible and invisible\n" .string "depending on the weather conditions\l" |