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/Route12_FishingHouse | |
| parent | 799e971efef15b66345b255d57e94780733f667a (diff) | |
move map events to map directories
Diffstat (limited to 'data/maps/Route12_FishingHouse')
| -rw-r--r-- | data/maps/Route12_FishingHouse/events.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/maps/Route12_FishingHouse/events.inc b/data/maps/Route12_FishingHouse/events.inc new file mode 100644 index 000000000..158407b87 --- /dev/null +++ b/data/maps/Route12_FishingHouse/events.inc @@ -0,0 +1,13 @@ +Route12_FishingHouse_EventObjects: + object_event 1, 57, 0, 4, 0, 4, 0, 3, 8, 17, 0, 0, 0, 0, 0, Route12_FishingHouse_EventScript_16FF0C, 0, 0, 0 + +Route12_FishingHouse_MapWarps: + warp_def 2, 8, 0, 0, 798 + warp_def 3, 7, 3, 0, 798 + warp_def 4, 8, 0, 0, 798 + +Route12_FishingHouse_MapBGEvents: + bg_event 9, 1, 0, 0, 0, Route12_FishingHouse_EventScript_170067 + +Route12_FishingHouse_MapEvents:: + map_events Route12_FishingHouse_EventObjects, Route12_FishingHouse_MapWarps, 0x0, Route12_FishingHouse_MapBGEvents |
