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_4F | |
| parent | 89d35e82a27c7328bf5987b4993b3456bb78f440 (diff) | |
Move events and scripts into map dirs
Diffstat (limited to 'data/maps/MtPyre_4F')
| -rw-r--r-- | data/maps/MtPyre_4F/events.inc | 15 | ||||
| -rw-r--r-- | data/maps/MtPyre_4F/scripts.inc | 20 |
2 files changed, 35 insertions, 0 deletions
diff --git a/data/maps/MtPyre_4F/events.inc b/data/maps/MtPyre_4F/events.inc new file mode 100644 index 000000000..e39075d8b --- /dev/null +++ b/data/maps/MtPyre_4F/events.inc @@ -0,0 +1,15 @@ +MtPyre_4F_EventObjects: @ 8534F90 + object_event 1, EVENT_OBJ_GFX_HEX_MANIAC, 0, 11, 7, 3, 24, 1, 1, 1, 2, MtPyre_4F_EventScript_231C6E, 0 + object_event 2, EVENT_OBJ_GFX_ITEM_BALL, 0, 3, 11, 3, 1, 1, 1, 0, 0, MtPyre_4F_EventScript_291317, 1130 + +MtPyre_4F_MapWarps: @ 8534FC0 + warp_def 10, 1, 3, 1, MAP_MT_PYRE_5F + warp_def 2, 5, 3, 1, MAP_MT_PYRE_3F + warp_def 12, 10, 3, 3, MAP_MT_PYRE_5F + warp_def 12, 12, 3, 4, MAP_MT_PYRE_5F + warp_def 9, 10, 3, 2, MAP_MT_PYRE_3F + warp_def 2, 12, 3, 3, MAP_MT_PYRE_3F + +MtPyre_4F_MapEvents:: @ 8534FF0 + map_events MtPyre_4F_EventObjects, MtPyre_4F_MapWarps, 0x0, 0x0 + diff --git a/data/maps/MtPyre_4F/scripts.inc b/data/maps/MtPyre_4F/scripts.inc new file mode 100644 index 000000000..0573e0f11 --- /dev/null +++ b/data/maps/MtPyre_4F/scripts.inc @@ -0,0 +1,20 @@ +MtPyre_4F_MapScripts:: @ 8231BC8 + .byte 0 + +MtPyre_5F_EventScript_231BC9:: @ 8231BC9 + trainerbattle 0, TRAINER_ATSUSHI, 0, MtPyre_5F_Text_231BE0, MtPyre_5F_Text_231C08 + msgbox MtPyre_5F_Text_231C24, 6 + end + +MtPyre_5F_Text_231BE0: @ 8231BE0 + .string "Teacher…\n" + .string "Please watch over my progress!$" + +MtPyre_5F_Text_231C08: @ 8231C08 + .string "Teacher…\n" + .string "Please forgive me!$" + +MtPyre_5F_Text_231C24: @ 8231C24 + .string "Until I improve, my teacher, who rests\n" + .string "here, will never find true peace…$" + |
