diff options
Diffstat (limited to 'data/maps/SeafloorCavern_Room3/scripts.inc')
-rw-r--r-- | data/maps/SeafloorCavern_Room3/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/SeafloorCavern_Room3/scripts.inc b/data/maps/SeafloorCavern_Room3/scripts.inc index 1cfb702c8..48b4c60ed 100644 --- a/data/maps/SeafloorCavern_Room3/scripts.inc +++ b/data/maps/SeafloorCavern_Room3/scripts.inc @@ -1,17 +1,17 @@ -SeafloorCavern_Room3_MapScripts:: @ 8234937 +SeafloorCavern_Room3_MapScripts:: .byte 0 -SeafloorCavern_Room3_EventScript_Shelly:: @ 8234938 +SeafloorCavern_Room3_EventScript_Shelly:: trainerbattle_single TRAINER_SHELLY_SEAFLOOR_CAVERN, SeafloorCavern_Room3_Text_ShellyIntro, SeafloorCavern_Room3_Text_ShellyDefeat msgbox SeafloorCavern_Room3_Text_ShellyPostBattle, MSGBOX_AUTOCLOSE end -SeafloorCavern_Room3_EventScript_Grunt5:: @ 823494F +SeafloorCavern_Room3_EventScript_Grunt5:: trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_5, SeafloorCavern_Room3_Text_Grunt5Intro, SeafloorCavern_Room3_Text_Grunt5Defeat msgbox SeafloorCavern_Room3_Text_Grunt5PostBattle, MSGBOX_AUTOCLOSE end -SeafloorCavern_Room3_Text_ShellyIntro: @ 8234966 +SeafloorCavern_Room3_Text_ShellyIntro: .string "Ahahahaha!\p" .string "How did you manage to get here without\n" .string "a submarine?\l" @@ -23,11 +23,11 @@ SeafloorCavern_Room3_Text_ShellyIntro: @ 8234966 .string "I'm going to give you a little taste\n" .string "of pain! Resign yourself to it!$" -SeafloorCavern_Room3_Text_ShellyDefeat: @ 8234A79 +SeafloorCavern_Room3_Text_ShellyDefeat: .string "Ahahahaha!\p" .string "Ouch!$" -SeafloorCavern_Room3_Text_ShellyPostBattle: @ 8234A8A +SeafloorCavern_Room3_Text_ShellyPostBattle: .string "Ahahahaha!\n" .string "You're so darn strong.\p" .string "It's terribly disappointing that you're\n" @@ -36,7 +36,7 @@ SeafloorCavern_Room3_Text_ShellyPostBattle: @ 8234A8A .string "world our BOSS has promised as\l" .string "one of us…$" -SeafloorCavern_Room3_Text_Grunt5Intro: @ 8234B3A +SeafloorCavern_Room3_Text_Grunt5Intro: .string "For our dream to become real, we need\n" .string "the power of POKéMON.\p" .string "But meddlers like you use the power of\n" @@ -45,10 +45,10 @@ SeafloorCavern_Room3_Text_Grunt5Intro: @ 8234B3A .string "Life just doesn't work the way we\n" .string "need it to!$" -SeafloorCavern_Room3_Text_Grunt5Defeat: @ 8234BFE +SeafloorCavern_Room3_Text_Grunt5Defeat: .string "Gwah!$" -SeafloorCavern_Room3_Text_Grunt5PostBattle: @ 8234C04 +SeafloorCavern_Room3_Text_Grunt5PostBattle: .string "You know, we don't dare question\n" .string "the motives of our leader.\p" .string "But here you are, just some punk,\n" |