diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-11 20:12:40 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-11 20:12:40 -0500 |
commit | 590c4b500b9dd37d372a935865aa4df0ab0bf43c (patch) | |
tree | 5572d76c91e106e74e1401076f130fb902f6b67b /data/scripts/maps/SeafloorCavern_Room1.inc | |
parent | bc063b45d05716d1eab283f6d474bcdc601cafde (diff) | |
parent | 14a76793e596d612efd273169c4172922c270f13 (diff) |
Merge branch 'master' into record_mixing
Diffstat (limited to 'data/scripts/maps/SeafloorCavern_Room1.inc')
-rw-r--r-- | data/scripts/maps/SeafloorCavern_Room1.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/data/scripts/maps/SeafloorCavern_Room1.inc b/data/scripts/maps/SeafloorCavern_Room1.inc new file mode 100644 index 000000000..d3308fca2 --- /dev/null +++ b/data/scripts/maps/SeafloorCavern_Room1.inc @@ -0,0 +1,36 @@ +SeafloorCavern_Room1_MapScripts:: @ 82347EB + .byte 0 + +SeafloorCavern_Room1_EventScript_2347EC:: @ 82347EC + trainerbattle 0, TRAINER_GRUNT_5, 0, SeafloorCavern_Room1_Text_23481A, SeafloorCavern_Room1_Text_23484A + msgbox SeafloorCavern_Room1_Text_23485D, 6 + end + +SeafloorCavern_Room1_EventScript_234803:: @ 8234803 + trainerbattle 0, TRAINER_GRUNT_6, 0, SeafloorCavern_Room1_Text_234898, SeafloorCavern_Room1_Text_2348CD + msgbox SeafloorCavern_Room1_Text_2348E3, 6 + end + +SeafloorCavern_Room1_Text_23481A: @ 823481A + .string "We don’t need a kid around!\n" + .string "Go on home already!$" + +SeafloorCavern_Room1_Text_23484A: @ 823484A + .string "I want to go home…$" + +SeafloorCavern_Room1_Text_23485D: @ 823485D + .string "I want to get a promotion so I can\n" + .string "boss around the GRUNTS…$" + +SeafloorCavern_Room1_Text_234898: @ 8234898 + .string "That submarine… It’s tiny inside.\n" + .string "I’m sore all over!$" + +SeafloorCavern_Room1_Text_2348CD: @ 82348CD + .string "Losing makes me sore!$" + +SeafloorCavern_Room1_Text_2348E3: @ 82348E3 + .string "That submarine we jacked, man,\n" + .string "it’s brutal as a ride.\l" + .string "It’s way too tight in there!$" + |