diff options
Diffstat (limited to 'data/maps/MagmaHideout_2F_2R/scripts.inc')
-rw-r--r-- | data/maps/MagmaHideout_2F_2R/scripts.inc | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/data/maps/MagmaHideout_2F_2R/scripts.inc b/data/maps/MagmaHideout_2F_2R/scripts.inc index d0121f953..8c7702eeb 100644 --- a/data/maps/MagmaHideout_2F_2R/scripts.inc +++ b/data/maps/MagmaHideout_2F_2R/scripts.inc @@ -1,78 +1,78 @@ -MagmaHideout_2F_2R_MapScripts:: @ 8239E07 +MagmaHideout_2F_2R_MapScripts:: .byte 0 -MagmaHideout_2F_2R_EventScript_Grunt15:: @ 8239E08 +MagmaHideout_2F_2R_EventScript_Grunt15:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_15, MagmaHideout_2F_2R_Text_Grunt15Intro, MagmaHideout_2F_2R_Text_Grunt15Defeat msgbox MagmaHideout_2F_2R_Text_Grunt15PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_2F_2R_EventScript_Grunt6:: @ 8239E1F +MagmaHideout_2F_2R_EventScript_Grunt6:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_6, MagmaHideout_2F_2R_Text_Grunt6Intro, MagmaHideout_2F_2R_Text_Grunt6Defeat msgbox MagmaHideout_2F_2R_Text_Grunt6PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_2F_2R_EventScript_Grunt7:: @ 8239E36 +MagmaHideout_2F_2R_EventScript_Grunt7:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_7, MagmaHideout_2F_2R_Text_Grunt7Intro, MagmaHideout_2F_2R_Text_Grunt7Defeat msgbox MagmaHideout_2F_2R_Text_Grunt7PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_2F_2R_EventScript_Grunt8:: @ 8239E4D +MagmaHideout_2F_2R_EventScript_Grunt8:: trainerbattle_single TRAINER_GRUNT_MAGMA_HIDEOUT_8, MagmaHideout_2F_2R_Text_Grunt8Intro, MagmaHideout_2F_2R_Text_Grunt8Defeat msgbox MagmaHideout_2F_2R_Text_Grunt8PostBattle, MSGBOX_AUTOCLOSE end -MagmaHideout_2F_2R_Text_Grunt15Intro: @ 8239E64 +MagmaHideout_2F_2R_Text_Grunt15Intro: .string "I don't have a bone to pick with you.\n" .string "I'm just following orders!$" -MagmaHideout_2F_2R_Text_Grunt15Defeat: @ 8239EA5 +MagmaHideout_2F_2R_Text_Grunt15Defeat: .string "I may have lost, but…$" -MagmaHideout_2F_2R_Text_Grunt15PostBattle: @ 8239EBB +MagmaHideout_2F_2R_Text_Grunt15PostBattle: .string "We dug up something beyond belief!\n" .string "And, we got the BLUE ORB!\p" .string "All that's left is for our leader to…\n" .string "Fufufu… Fwahahaha!$" -MagmaHideout_2F_2R_Text_Grunt6Intro: @ 8239F31 +MagmaHideout_2F_2R_Text_Grunt6Intro: .string "I can't stand heat. Maybe I should've\n" .string "joined TEAM AQUA instead…$" -MagmaHideout_2F_2R_Text_Grunt6Defeat: @ 8239F71 +MagmaHideout_2F_2R_Text_Grunt6Defeat: .string "Yeah, I really may not be right for\n" .string "TEAM MAGMA…$" -MagmaHideout_2F_2R_Text_Grunt6PostBattle: @ 8239FA1 +MagmaHideout_2F_2R_Text_Grunt6PostBattle: .string "Don't you get lonely for the sea\n" .string "being in a place like this?$" -MagmaHideout_2F_2R_Text_Grunt7Intro: @ 8239FDE +MagmaHideout_2F_2R_Text_Grunt7Intro: .string "You can hear tremors here sometimes.\p" .string "Could it be the volcano rattling?\n" .string "Or is it GROU…\p" .string "Whoops!\n" .string "No, no, never mind!$" -MagmaHideout_2F_2R_Text_Grunt7Defeat: @ 823A050 +MagmaHideout_2F_2R_Text_Grunt7Defeat: .string "You're a fiery battler.\n" .string "Just like a volcano!$" -MagmaHideout_2F_2R_Text_Grunt7PostBattle: @ 823A07D +MagmaHideout_2F_2R_Text_Grunt7PostBattle: .string "You just happened to win this time,\n" .string "but that doesn't matter.\p" .string "TEAM MAGMA's goal is about to be\n" .string "reached!$" -MagmaHideout_2F_2R_Text_Grunt8Intro: @ 823A0E4 +MagmaHideout_2F_2R_Text_Grunt8Intro: .string "One of our guys was freaking out that\n" .string "he lost his MAGMA EMBLEM…\p" .string "Wait a minute!\n" .string "Was it you who found it?$" -MagmaHideout_2F_2R_Text_Grunt8Defeat: @ 823A14C +MagmaHideout_2F_2R_Text_Grunt8Defeat: .string "I'm having trouble believing this…$" -MagmaHideout_2F_2R_Text_Grunt8PostBattle: @ 823A16F +MagmaHideout_2F_2R_Text_Grunt8PostBattle: .string "I'm getting this feeling that our plan\n" .string "is going to end in failure…$" |