diff options
| author | garak <garakmon@gmail.com> | 2019-04-18 12:08:12 -0400 |
|---|---|---|
| committer | garak <garakmon@gmail.com> | 2019-05-05 16:33:50 -0400 |
| commit | fb1ae058073d64305cb5dbae873095febdd36d74 (patch) | |
| tree | 6291b2a8dbb2fd5bb3f52e06315868ff790d2839 /data/maps/Route7_EastEntrance | |
| parent | 799e971efef15b66345b255d57e94780733f667a (diff) | |
move map events to map directories
Diffstat (limited to 'data/maps/Route7_EastEntrance')
| -rw-r--r-- | data/maps/Route7_EastEntrance/events.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/Route7_EastEntrance/events.inc b/data/maps/Route7_EastEntrance/events.inc new file mode 100644 index 000000000..8c7b7a30f --- /dev/null +++ b/data/maps/Route7_EastEntrance/events.inc @@ -0,0 +1,16 @@ +Route7_EastEntrance_EventObjects: + object_event 1, 60, 0, 6, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, Route7_EastEntrance_EventScript_16FA8E, 0, 0, 0 + +Route7_EastEntrance_MapWarps: + warp_def 1, 5, 3, 1, 793 + warp_def 1, 6, 3, 1, 793 + warp_def 11, 5, 3, 8, 778 + warp_def 11, 6, 3, 8, 778 + +Route7_EastEntrance_MapCoordEvents: + coord_event 6, 4, 3, 0, 16482, 0, 0, Route7_EastEntrance_EventScript_16FA97 + coord_event 6, 5, 3, 0, 16482, 0, 0, Route7_EastEntrance_EventScript_16FAA3 + coord_event 6, 6, 3, 0, 16482, 0, 0, Route7_EastEntrance_EventScript_16FAAF + +Route7_EastEntrance_MapEvents:: + map_events Route7_EastEntrance_EventObjects, Route7_EastEntrance_MapWarps, Route7_EastEntrance_MapCoordEvents, 0x0 |
