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/PalletTown_GarysHouse | |
| parent | 799e971efef15b66345b255d57e94780733f667a (diff) | |
move map events to map directories
Diffstat (limited to 'data/maps/PalletTown_GarysHouse')
| -rw-r--r-- | data/maps/PalletTown_GarysHouse/events.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/PalletTown_GarysHouse/events.inc b/data/maps/PalletTown_GarysHouse/events.inc new file mode 100644 index 000000000..b6f3fdbde --- /dev/null +++ b/data/maps/PalletTown_GarysHouse/events.inc @@ -0,0 +1,16 @@ +PalletTown_GarysHouse_EventObjects: + object_event 1, 76, 0, 10, 0, 6, 0, 3, 2, 49, 0, 0, 0, 0, 0, PalletTown_GarysHouse_EventScript_168D56, 0, 0, 0 + object_event 2, 93, 0, 6, 0, 4, 0, 3, 8, 17, 0, 0, 0, 0, 0, PalletTown_GarysHouse_EventScript_168F63, 57, 0, 0 + +PalletTown_GarysHouse_MapWarps: + warp_def 4, 8, 3, 1, 768 + warp_def 5, 8, 3, 1, 768 + warp_def 3, 8, 3, 1, 768 + +PalletTown_GarysHouse_MapBGEvents: + bg_event 12, 1, 0, 0, 0, PalletTown_GarysHouse_EventScript_168F6C + bg_event 11, 1, 0, 0, 0, PalletTown_GarysHouse_EventScript_168F6C + bg_event 9, 1, 0, 0, 0, PalletTown_GarysHouse_EventScript_168F75 + +PalletTown_GarysHouse_MapEvents:: + map_events PalletTown_GarysHouse_EventObjects, PalletTown_GarysHouse_MapWarps, 0x0, PalletTown_GarysHouse_MapBGEvents |
