Document aqua/magma hideout scripts
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_sight_or_berry_tree_id": "2",
|
||||
"script": "SeafloorCavern_Room1_EventScript_2347EC",
|
||||
"script": "SeafloorCavern_Room1_EventScript_Grunt5",
|
||||
"flag": "FLAG_HIDE_SEAFLOOR_CAVERN_AQUA_GRUNTS"
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "1",
|
||||
"trainer_sight_or_berry_tree_id": "3",
|
||||
"script": "SeafloorCavern_Room1_EventScript_234803",
|
||||
"script": "SeafloorCavern_Room1_EventScript_Grunt6",
|
||||
"flag": "FLAG_HIDE_SEAFLOOR_CAVERN_AQUA_GRUNTS"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -1,35 +1,35 @@
|
||||
SeafloorCavern_Room1_MapScripts:: @ 82347EB
|
||||
.byte 0
|
||||
|
||||
SeafloorCavern_Room1_EventScript_2347EC:: @ 82347EC
|
||||
trainerbattle_single TRAINER_GRUNT_5, SeafloorCavern_Room1_Text_23481A, SeafloorCavern_Room1_Text_23484A
|
||||
msgbox SeafloorCavern_Room1_Text_23485D, MSGBOX_AUTOCLOSE
|
||||
SeafloorCavern_Room1_EventScript_Grunt5:: @ 82347EC
|
||||
trainerbattle_single TRAINER_GRUNT_5, SeafloorCavern_Room1_Text_Grunt5Intro, SeafloorCavern_Room1_Text_Grunt5Defeat
|
||||
msgbox SeafloorCavern_Room1_Text_Grunt5PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SeafloorCavern_Room1_EventScript_234803:: @ 8234803
|
||||
trainerbattle_single TRAINER_GRUNT_6, SeafloorCavern_Room1_Text_234898, SeafloorCavern_Room1_Text_2348CD
|
||||
msgbox SeafloorCavern_Room1_Text_2348E3, MSGBOX_AUTOCLOSE
|
||||
SeafloorCavern_Room1_EventScript_Grunt6:: @ 8234803
|
||||
trainerbattle_single TRAINER_GRUNT_6, SeafloorCavern_Room1_Text_Grunt6Intro, SeafloorCavern_Room1_Text_Grunt6Defeat
|
||||
msgbox SeafloorCavern_Room1_Text_Grunt6PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SeafloorCavern_Room1_Text_23481A: @ 823481A
|
||||
SeafloorCavern_Room1_Text_Grunt5Intro: @ 823481A
|
||||
.string "We don't need a kid around!\n"
|
||||
.string "Go on home already!$"
|
||||
|
||||
SeafloorCavern_Room1_Text_23484A: @ 823484A
|
||||
SeafloorCavern_Room1_Text_Grunt5Defeat: @ 823484A
|
||||
.string "I want to go home…$"
|
||||
|
||||
SeafloorCavern_Room1_Text_23485D: @ 823485D
|
||||
SeafloorCavern_Room1_Text_Grunt5PostBattle: @ 823485D
|
||||
.string "I want to get a promotion so I can\n"
|
||||
.string "boss around the GRUNTS…$"
|
||||
|
||||
SeafloorCavern_Room1_Text_234898: @ 8234898
|
||||
SeafloorCavern_Room1_Text_Grunt6Intro: @ 8234898
|
||||
.string "That submarine… It's tiny inside.\n"
|
||||
.string "I'm sore all over!$"
|
||||
|
||||
SeafloorCavern_Room1_Text_2348CD: @ 82348CD
|
||||
SeafloorCavern_Room1_Text_Grunt6Defeat: @ 82348CD
|
||||
.string "Losing makes me sore!$"
|
||||
|
||||
SeafloorCavern_Room1_Text_2348E3: @ 82348E3
|
||||
SeafloorCavern_Room1_Text_Grunt6PostBattle: @ 82348E3
|
||||
.string "That submarine we jacked, man,\n"
|
||||
.string "it's brutal as a ride.\l"
|
||||
.string "It's way too tight in there!$"
|
||||
|
||||
Reference in New Issue
Block a user