diff options
Diffstat (limited to 'data/maps/MagmaHideout_4F/scripts.inc')
-rw-r--r-- | data/maps/MagmaHideout_4F/scripts.inc | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/data/maps/MagmaHideout_4F/scripts.inc b/data/maps/MagmaHideout_4F/scripts.inc index 50382f44e..a89054b7a 100644 --- a/data/maps/MagmaHideout_4F/scripts.inc +++ b/data/maps/MagmaHideout_4F/scripts.inc @@ -6,12 +6,12 @@ .set LOCALID_MAXIE, 6 .set LOCALID_GROUDON_SLEEPING, 7 -MagmaHideout_4F_MapScripts:: @ 823A55F +MagmaHideout_4F_MapScripts:: .byte 0 -MagmaHideout_4F_EventScript_Maxie:: @ 823A560 +MagmaHideout_4F_EventScript_Maxie:: lockall - playbgm MUS_ENCOUNTER_MAGMA, 0 + playbgm MUS_ENCOUNTER_MAGMA, FALSE msgbox MagmaHideout_4F_Text_MaxieAwakenGroudon, MSGBOX_DEFAULT closemessage delay 20 @@ -81,7 +81,7 @@ MagmaHideout_4F_EventScript_Maxie:: @ 823A560 releaseall end -MagmaHideout_4F_Movement_GroudonApproach: @ 823A672 +MagmaHideout_4F_Movement_GroudonApproach: delay_16 delay_16 walk_slow_down @@ -94,12 +94,12 @@ MagmaHideout_4F_Movement_GroudonApproach: @ 823A672 delay_16 step_end -MagmaHideout_4F_Movement_GroudonExit: @ 823A67D +MagmaHideout_4F_Movement_GroudonExit: slide_up slide_up step_end -MagmaHideout_4F_Movement_MaxieLookAround: @ 823A680 +MagmaHideout_4F_Movement_MaxieLookAround: face_left delay_16 face_right @@ -113,64 +113,64 @@ MagmaHideout_4F_Movement_MaxieLookAround: @ 823A680 delay_16 step_end -MagmaHideout_4F_EventScript_Grunt11:: @ 823A68C +MagmaHideout_4F_EventScript_Grunt11:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_11, MagmaHideout_4F_Text_Grunt11Intro, MagmaHideout_4F_Text_Grunt11Defeat msgbox MagmaHideout_4F_Text_Grunt11PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_4F_EventScript_Grunt12:: @ 823A6A3 +MagmaHideout_4F_EventScript_Grunt12:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_12, MagmaHideout_4F_Text_Grunt12Intro, MagmaHideout_4F_Text_Grunt12Defeat msgbox MagmaHideout_4F_Text_Grunt12PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_4F_EventScript_Grunt13:: @ 823A6BA +MagmaHideout_4F_EventScript_Grunt13:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_13, MagmaHideout_4F_Text_Grunt13Intro, MagmaHideout_4F_Text_Grunt13Defeat msgbox MagmaHideout_4F_Text_Grunt13PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_4F_EventScript_Tabitha:: @ 823A6D1 +MagmaHideout_4F_EventScript_Tabitha:: trainerbattle_single TRAINER_TABITHA_MAGMA_HIDEOUT, MagmaHideout_4F_Text_TabithaIntro, MagmaHideout_4F_Text_TabithaDefeat msgbox MagmaHideout_4F_Text_TabithaPostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_4F_Text_Grunt11Intro: @ 823A6E8 +MagmaHideout_4F_Text_Grunt11Intro: .string "I want to see GROUDON, too, but they\n" .string "won't let me see even its tail…\p" .string "It's got me feeling really frustrated.\p" .string "Oh, no!\n" .string "I blabbed about GROUDON!$" -MagmaHideout_4F_Text_Grunt11Defeat: @ 823A775 +MagmaHideout_4F_Text_Grunt11Defeat: .string "I guess it's impossible to win if one\n" .string "doesn't have a calm mind…$" -MagmaHideout_4F_Text_Grunt11PostBattle: @ 823A7B5 +MagmaHideout_4F_Text_Grunt11PostBattle: .string "I wonder if GROUDON even has a tail?$" -MagmaHideout_4F_Text_Grunt12Intro: @ 823A7DA +MagmaHideout_4F_Text_Grunt12Intro: .string "Fuhahaha!\n" .string "Soon! Very soon!\l" .string "Our grand objective will be achieved!$" -MagmaHideout_4F_Text_Grunt12Defeat: @ 823A81B +MagmaHideout_4F_Text_Grunt12Defeat: .string "Grrr…\n" .string "I've come so far, but now this?$" -MagmaHideout_4F_Text_Grunt12PostBattle: @ 823A841 +MagmaHideout_4F_Text_Grunt12PostBattle: .string "MAXIE, sir!\n" .string "An intruder is headed your way!$" -MagmaHideout_4F_Text_Grunt13Intro: @ 823A86D +MagmaHideout_4F_Text_Grunt13Intro: .string "You're not finished yet!\n" .string "You're not getting by me easily!$" -MagmaHideout_4F_Text_Grunt13Defeat: @ 823A8A7 +MagmaHideout_4F_Text_Grunt13Defeat: .string "Was I that easy to knock down?$" -MagmaHideout_4F_Text_Grunt13PostBattle: @ 823A8C6 +MagmaHideout_4F_Text_Grunt13PostBattle: .string "C-come on, one more match…$" -MagmaHideout_4F_Text_TabithaIntro: @ 823A8E1 +MagmaHideout_4F_Text_TabithaIntro: .string "Hehehe!\n" .string "You made it this far, so I'll tell you!\p" .string "That's right!\n" @@ -180,15 +180,15 @@ MagmaHideout_4F_Text_TabithaIntro: @ 823A8E1 .string "It's going to awaken real soon!\n" .string "Hehe! Hehehe!$" -MagmaHideout_4F_Text_TabithaDefeat: @ 823A994 +MagmaHideout_4F_Text_TabithaDefeat: .string "Taken down again…\n" .string "Hehe…$" -MagmaHideout_4F_Text_TabithaPostBattle: @ 823A9AC +MagmaHideout_4F_Text_TabithaPostBattle: .string "…And while you wasted time with me,\n" .string "MAXIE should have awakened GROUDON…$" -MagmaHideout_4F_Text_MaxieAwakenGroudon: @ 823A9F4 +MagmaHideout_4F_Text_MaxieAwakenGroudon: .string "MAXIE: GROUDON…\p" .string "Nothing could awaken you from your\n" .string "sleep bathed in magma…\p" @@ -199,25 +199,25 @@ MagmaHideout_4F_Text_MaxieAwakenGroudon: @ 823A9F4 .string "And show me…\n" .string "Show me the full extent of your power!$" -MagmaHideout_4F_Text_MaxieGroudonWhatsWrong: @ 823AADA +MagmaHideout_4F_Text_MaxieGroudonWhatsWrong: .string "MAXIE: GROUDON!\n" .string "What's wrong?\p" .string "Wasn't the BLUE ORB the key?\p" .string "GROUDON!\n" .string "Where have you gone…$" -MagmaHideout_4F_Text_MaxieOhItWasYou: @ 823AB33 +MagmaHideout_4F_Text_MaxieOhItWasYou: .string "MAXIE: Oh, so it was you?\p" .string "I've seen you poking around uninvited\n" .string "here and there…\p" .string "I get it now!\n" .string "You must have pulled a cheap stunt!$" -MagmaHideout_4F_Text_MaxieDefeat: @ 823ABB5 +MagmaHideout_4F_Text_MaxieDefeat: .string "What makes you so adept at handling\n" .string "POKéMON?$" -MagmaHideout_4F_Text_MaxieImGoingAfterGroudon: @ 823ABE2 +MagmaHideout_4F_Text_MaxieImGoingAfterGroudon: .string "MAXIE: There has to be some reason\n" .string "why GROUDON fled…\p" .string "That's what you're trying to say,\n" |