diff options
Diffstat (limited to 'data/maps/CaveOfOrigin_B1F/scripts.inc')
-rw-r--r-- | data/maps/CaveOfOrigin_B1F/scripts.inc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/data/maps/CaveOfOrigin_B1F/scripts.inc b/data/maps/CaveOfOrigin_B1F/scripts.inc index e9a146f73..511364cfa 100644 --- a/data/maps/CaveOfOrigin_B1F/scripts.inc +++ b/data/maps/CaveOfOrigin_B1F/scripts.inc @@ -1,9 +1,9 @@ .set LOCALID_WALLACE, 1 -CaveOfOrigin_B1F_MapScripts:: @ 82357A8 +CaveOfOrigin_B1F_MapScripts:: .byte 0 -CaveOfOrigin_B1F_EventScript_Wallace:: @ 82357A9 +CaveOfOrigin_B1F_EventScript_Wallace:: lock faceplayer msgbox CaveOfOrigin_B1F_Text_WallaceStory, MSGBOX_DEFAULT @@ -23,7 +23,7 @@ CaveOfOrigin_B1F_EventScript_Wallace:: @ 82357A9 waitmessage goto CaveOfOrigin_B1F_EventScript_WheresRayquaza -CaveOfOrigin_B1F_EventScript_WheresRayquaza:: @ 82357F0 +CaveOfOrigin_B1F_EventScript_WheresRayquaza:: multichoice 0, 0, MULTI_WHERES_RAYQUAZA, FALSE switch VAR_RESULT case 0, CaveOfOrigin_B1F_EventScript_AtCaveOfOrigin @@ -33,22 +33,22 @@ CaveOfOrigin_B1F_EventScript_WheresRayquaza:: @ 82357F0 goto CaveOfOrigin_B1F_EventScript_DontRemember end -CaveOfOrigin_B1F_EventScript_AtCaveOfOrigin:: @ 823582C +CaveOfOrigin_B1F_EventScript_AtCaveOfOrigin:: message CaveOfOrigin_B1F_Text_ButWereInCaveOfOrigin waitmessage goto CaveOfOrigin_B1F_EventScript_WheresRayquaza -CaveOfOrigin_B1F_EventScript_AtMtPyre:: @ 8235837 +CaveOfOrigin_B1F_EventScript_AtMtPyre:: message CaveOfOrigin_B1F_Text_OldLadyDidntMentionThat waitmessage goto CaveOfOrigin_B1F_EventScript_WheresRayquaza -CaveOfOrigin_B1F_EventScript_DontRemember:: @ 8235842 +CaveOfOrigin_B1F_EventScript_DontRemember:: message CaveOfOrigin_B1F_Text_CantYouRememberSomehow waitmessage goto CaveOfOrigin_B1F_EventScript_WheresRayquaza -CaveOfOrigin_B1F_EventScript_AtSkyPillar:: @ 823584D +CaveOfOrigin_B1F_EventScript_AtSkyPillar:: msgbox CaveOfOrigin_B1F_Text_WellHeadToSkyPillar, MSGBOX_DEFAULT closemessage playse SE_EXIT @@ -61,7 +61,7 @@ CaveOfOrigin_B1F_EventScript_AtSkyPillar:: @ 823584D release end -CaveOfOrigin_B1F_Text_WallaceStory: @ 823586E +CaveOfOrigin_B1F_Text_WallaceStory: .string "Ah, so you are {PLAYER}{KUN}?\n" .string "I've heard tales of your exploits.\p" .string "My name is WALLACE.\p" @@ -85,19 +85,19 @@ CaveOfOrigin_B1F_Text_WallaceStory: @ 823586E .string "But even I have no clue as to\n" .string "RAYQUAZA's whereabouts…$" -CaveOfOrigin_B1F_Text_WhereIsRayquaza: @ 8235ACE +CaveOfOrigin_B1F_Text_WhereIsRayquaza: .string "WALLACE: {PLAYER}{KUN}, do you perhaps\n" .string "know where RAYQUAZA is now?\p" .string "If you do, please tell me.$" -CaveOfOrigin_B1F_Text_ButWereInCaveOfOrigin: @ 8235B23 +CaveOfOrigin_B1F_Text_ButWereInCaveOfOrigin: .string "WALLACE: The CAVE OF ORIGIN?\p" .string "But that's right here!\n" .string "I need you to do better than that!\p" .string "Please, I need you to think about\n" .string "where RAYQUAZA might be right now.$" -CaveOfOrigin_B1F_Text_OldLadyDidntMentionThat: @ 8235BBF +CaveOfOrigin_B1F_Text_OldLadyDidntMentionThat: .string "WALLACE: MT. PYRE?\p" .string "But when I met the old lady there\n" .string "earlier, she made no mention of it.\p" @@ -106,12 +106,12 @@ CaveOfOrigin_B1F_Text_OldLadyDidntMentionThat: @ 8235BBF .string "{PLAYER}{KUN}, could you think about this\n" .string "more carefully for me?$" -CaveOfOrigin_B1F_Text_CantYouRememberSomehow: @ 8235C99 +CaveOfOrigin_B1F_Text_CantYouRememberSomehow: .string "WALLACE: Huh? You don't remember?\n" .string "Hmm… That's a problem…\p" .string "Can't you remember somehow?$" -CaveOfOrigin_B1F_Text_WellHeadToSkyPillar: @ 8235CEE +CaveOfOrigin_B1F_Text_WellHeadToSkyPillar: .string "WALLACE: The SKY PILLAR?\p" .string "That's it!\n" .string "It must be the SKY PILLAR!\p" |