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/maps/MtPyre_5F | |
| parent | 89d35e82a27c7328bf5987b4993b3456bb78f440 (diff) | |
Move events and scripts into map dirs
Diffstat (limited to 'data/maps/MtPyre_5F')
| -rw-r--r-- | data/maps/MtPyre_5F/events.inc | 14 | ||||
| -rw-r--r-- | data/maps/MtPyre_5F/scripts.inc | 23 |
2 files changed, 37 insertions, 0 deletions
diff --git a/data/maps/MtPyre_5F/events.inc b/data/maps/MtPyre_5F/events.inc new file mode 100644 index 000000000..03a9b773f --- /dev/null +++ b/data/maps/MtPyre_5F/events.inc @@ -0,0 +1,14 @@ +MtPyre_5F_EventObjects: @ 8535004 + object_event 1, EVENT_OBJ_GFX_BLACK_BELT, 0, 3, 7, 3, 17, 1, 1, 1, 2, MtPyre_5F_EventScript_231BC9, 0 + object_event 2, EVENT_OBJ_GFX_ITEM_BALL, 0, 6, 11, 3, 1, 1, 1, 0, 0, MtPyre_5F_EventScript_291324, 1052 + +MtPyre_5F_MapWarps: @ 8535034 + warp_def 2, 1, 3, 0, MAP_MT_PYRE_6F + warp_def 10, 5, 3, 0, MAP_MT_PYRE_4F + warp_def 1, 10, 3, 1, MAP_MT_PYRE_6F + warp_def 12, 10, 3, 2, MAP_MT_PYRE_4F + warp_def 12, 12, 3, 3, MAP_MT_PYRE_4F + +MtPyre_5F_MapEvents:: @ 853505C + map_events MtPyre_5F_EventObjects, MtPyre_5F_MapWarps, 0x0, 0x0 + diff --git a/data/maps/MtPyre_5F/scripts.inc b/data/maps/MtPyre_5F/scripts.inc new file mode 100644 index 000000000..4678ac7e0 --- /dev/null +++ b/data/maps/MtPyre_5F/scripts.inc @@ -0,0 +1,23 @@ +MtPyre_5F_MapScripts:: @ 8231C6D + .byte 0 + +MtPyre_4F_EventScript_231C6E:: @ 8231C6E + trainerbattle 0, TRAINER_TASHA, 0, MtPyre_4F_Text_231C85, MtPyre_4F_Text_231CDB + msgbox MtPyre_4F_Text_231CEE, 6 + end + +MtPyre_4F_Text_231C85: @ 8231C85 + .string "I love all things horrifying…\n" + .string "It’s like a disease…\p" + .string "When I’m here…\n" + .string "I shiver with fear…$" + +MtPyre_4F_Text_231CDB: @ 8231CDB + .string "Losing, I dislike…$" + +MtPyre_4F_Text_231CEE: @ 8231CEE + .string "I want to see dreadful things…\n" + .string "I can’t leave…\p" + .string "Stay…\n" + .string "Won’t you stay with me?$" + |
