diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/SeafloorCavern_Room1/scripts.inc | |
parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) |
Remove address comments
Diffstat (limited to 'data/maps/SeafloorCavern_Room1/scripts.inc')
-rw-r--r-- | data/maps/SeafloorCavern_Room1/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/SeafloorCavern_Room1/scripts.inc b/data/maps/SeafloorCavern_Room1/scripts.inc index 6baa9ca4e..fefa4ca27 100644 --- a/data/maps/SeafloorCavern_Room1/scripts.inc +++ b/data/maps/SeafloorCavern_Room1/scripts.inc @@ -1,35 +1,35 @@ -SeafloorCavern_Room1_MapScripts:: @ 82347EB +SeafloorCavern_Room1_MapScripts:: .byte 0 -SeafloorCavern_Room1_EventScript_Grunt1:: @ 82347EC +SeafloorCavern_Room1_EventScript_Grunt1:: trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_1, SeafloorCavern_Room1_Text_Grunt1Intro, SeafloorCavern_Room1_Text_Grunt1Defeat msgbox SeafloorCavern_Room1_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE end -SeafloorCavern_Room1_EventScript_Grunt2:: @ 8234803 +SeafloorCavern_Room1_EventScript_Grunt2:: trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_2, SeafloorCavern_Room1_Text_Grunt2Intro, SeafloorCavern_Room1_Text_Grunt2Defeat msgbox SeafloorCavern_Room1_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE end -SeafloorCavern_Room1_Text_Grunt1Intro: @ 823481A +SeafloorCavern_Room1_Text_Grunt1Intro: .string "We don't need a kid around!\n" .string "Go on home already!$" -SeafloorCavern_Room1_Text_Grunt1Defeat: @ 823484A +SeafloorCavern_Room1_Text_Grunt1Defeat: .string "I want to go home…$" -SeafloorCavern_Room1_Text_Grunt1PostBattle: @ 823485D +SeafloorCavern_Room1_Text_Grunt1PostBattle: .string "I want to get a promotion so I can\n" .string "boss around the GRUNTS…$" -SeafloorCavern_Room1_Text_Grunt2Intro: @ 8234898 +SeafloorCavern_Room1_Text_Grunt2Intro: .string "That submarine… It's tiny inside.\n" .string "I'm sore all over!$" -SeafloorCavern_Room1_Text_Grunt2Defeat: @ 82348CD +SeafloorCavern_Room1_Text_Grunt2Defeat: .string "Losing makes me sore!$" -SeafloorCavern_Room1_Text_Grunt2PostBattle: @ 82348E3 +SeafloorCavern_Room1_Text_Grunt2PostBattle: .string "That submarine we jacked, man,\n" .string "it's brutal as a ride.\l" .string "It's way too tight in there!$" |