diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:41:41 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:21 -0500 |
commit | 135a11e50eba1e12108e5c2025f534e3bd0cc722 (patch) | |
tree | a66f9a02270e19015825c6cb8acf04bcabfe5a23 /data/scripts/maps/SeafloorCavern_Room1.inc | |
parent | 89d35e82a27c7328bf5987b4993b3456bb78f440 (diff) |
Move events and scripts into map dirs
Diffstat (limited to 'data/scripts/maps/SeafloorCavern_Room1.inc')
-rw-r--r-- | data/scripts/maps/SeafloorCavern_Room1.inc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/data/scripts/maps/SeafloorCavern_Room1.inc b/data/scripts/maps/SeafloorCavern_Room1.inc deleted file mode 100644 index d3308fca2..000000000 --- a/data/scripts/maps/SeafloorCavern_Room1.inc +++ /dev/null @@ -1,36 +0,0 @@ -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!$" - |