diff options
Diffstat (limited to 'data/maps/MagmaHideout_3F_1R/scripts.inc')
-rw-r--r-- | data/maps/MagmaHideout_3F_1R/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/MagmaHideout_3F_1R/scripts.inc b/data/maps/MagmaHideout_3F_1R/scripts.inc index 04e5526ae..dafb96a5c 100644 --- a/data/maps/MagmaHideout_3F_1R/scripts.inc +++ b/data/maps/MagmaHideout_3F_1R/scripts.inc @@ -1,29 +1,29 @@ -MagmaHideout_3F_1R_MapScripts:: @ 823A1B2 +MagmaHideout_3F_1R_MapScripts:: .byte 0 -MagmaHideout_3F_1R_EventScript_Grunt9:: @ 823A1B3 +MagmaHideout_3F_1R_EventScript_Grunt9:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_9, MagmaHideout_3F_1R_Text_Grunt9Intro, MagmaHideout_3F_1R_Text_Grunt9Defeat msgbox MagmaHideout_3F_1R_Text_Grunt9PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_3F_1R_EventScript_Grunt16:: @ 823A1CA +MagmaHideout_3F_1R_EventScript_Grunt16:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_16, MagmaHideout_3F_1R_Text_Grunt16Intro, MagmaHideout_3F_1R_Text_Grunt16Defeat msgbox MagmaHideout_3F_1R_Text_Grunt16PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_3F_1R_Text_Grunt9Intro: @ 823A1E1 +MagmaHideout_3F_1R_Text_Grunt9Intro: .string "What did I do to deserve this guard\n" .string "posting?\p" .string "My left ear is burning up!$" -MagmaHideout_3F_1R_Text_Grunt9Defeat: @ 823A229 +MagmaHideout_3F_1R_Text_Grunt9Defeat: .string "I'm getting heat exhaustion…$" -MagmaHideout_3F_1R_Text_Grunt9PostBattle: @ 823A246 +MagmaHideout_3F_1R_Text_Grunt9PostBattle: .string "Do you think it's odd that we're wearing\n" .string "hoods in this magma-filled volcano?$" -MagmaHideout_3F_1R_Text_Grunt16Intro: @ 823A293 +MagmaHideout_3F_1R_Text_Grunt16Intro: .string "We joined so we can help our leader\n" .string "achieve his fantastic vision.\p" .string "I don't care if you're with TEAM AQUA\n" @@ -31,11 +31,11 @@ MagmaHideout_3F_1R_Text_Grunt16Intro: @ 823A293 .string "No one interferes with us and gets\n" .string "away with it!$" -MagmaHideout_3F_1R_Text_Grunt16Defeat: @ 823A353 +MagmaHideout_3F_1R_Text_Grunt16Defeat: .string "Oh, no!\n" .string "You're not to be trusted at all!$" -MagmaHideout_3F_1R_Text_Grunt16PostBattle: @ 823A37C +MagmaHideout_3F_1R_Text_Grunt16PostBattle: .string "Listen to me.\n" .string "TEAM MAGMA is right!\p" .string "Don't listen to TEAM AQUA.\n" |