pokeemerald/data/maps/SeafloorCavern_Room1/scripts.inc

37 lines
1.3 KiB
PHP
Raw Normal View History

2017-11-10 01:21:31 +00:00
SeafloorCavern_Room1_MapScripts:: @ 82347EB
.byte 0
SeafloorCavern_Room1_EventScript_Grunt1:: @ 82347EC
trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_1, SeafloorCavern_Room1_Text_Grunt1Intro, SeafloorCavern_Room1_Text_Grunt1Defeat
msgbox SeafloorCavern_Room1_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
2017-11-10 01:21:31 +00:00
end
SeafloorCavern_Room1_EventScript_Grunt2:: @ 8234803
trainerbattle_single TRAINER_GRUNT_SEAFLOOR_CAVERN_2, SeafloorCavern_Room1_Text_Grunt2Intro, SeafloorCavern_Room1_Text_Grunt2Defeat
msgbox SeafloorCavern_Room1_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
2017-11-10 01:21:31 +00:00
end
SeafloorCavern_Room1_Text_Grunt1Intro: @ 823481A
2018-12-07 15:41:08 +00:00
.string "We don't need a kid around!\n"
2017-11-10 01:21:31 +00:00
.string "Go on home already!$"
SeafloorCavern_Room1_Text_Grunt1Defeat: @ 823484A
2017-11-10 01:21:31 +00:00
.string "I want to go home…$"
SeafloorCavern_Room1_Text_Grunt1PostBattle: @ 823485D
2017-11-10 01:21:31 +00:00
.string "I want to get a promotion so I can\n"
.string "boss around the GRUNTS…$"
SeafloorCavern_Room1_Text_Grunt2Intro: @ 8234898
2018-12-07 15:41:08 +00:00
.string "That submarine… It's tiny inside.\n"
.string "I'm sore all over!$"
2017-11-10 01:21:31 +00:00
SeafloorCavern_Room1_Text_Grunt2Defeat: @ 82348CD
2017-11-10 01:21:31 +00:00
.string "Losing makes me sore!$"
SeafloorCavern_Room1_Text_Grunt2PostBattle: @ 82348E3
2017-11-10 01:21:31 +00:00
.string "That submarine we jacked, man,\n"
2018-12-07 15:41:08 +00:00
.string "it's brutal as a ride.\l"
.string "It's way too tight in there!$"
2017-11-10 01:21:31 +00:00