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 | |
| parent | 799e971efef15b66345b255d57e94780733f667a (diff) | |
move map events to map directories
Diffstat (limited to 'data/maps/PalletTown')
| -rw-r--r-- | data/maps/PalletTown/events.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/maps/PalletTown/events.inc b/data/maps/PalletTown/events.inc new file mode 100644 index 000000000..9fb85293c --- /dev/null +++ b/data/maps/PalletTown/events.inc @@ -0,0 +1,24 @@ +PalletTown_EventObjects: + object_event 1, 23, 0, 3, 0, 10, 0, 3, 2, 65, 0, 0, 0, 0, 0, PalletTown_EventScript_16575C, 0, 0, 0 + object_event 2, 27, 0, 13, 0, 17, 0, 3, 2, 38, 0, 0, 0, 0, 0, PalletTown_EventScript_16582F, 0, 0, 0 + object_event 3, 71, 0, 10, 0, 8, 0, 3, 7, 17, 0, 0, 0, 0, 0, 0x0, 44, 0, 0 + +PalletTown_MapWarps: + warp_def 6, 7, 0, 1, 1024 + warp_def 15, 7, 0, 0, 1026 + warp_def 16, 13, 0, 0, 1027 + +PalletTown_MapCoordEvents: + coord_event 12, 1, 3, 0, 16464, 0, 0, PalletTown_EventScript_1655ED + coord_event 13, 1, 3, 0, 16464, 0, 0, PalletTown_EventScript_1655F9 + coord_event 13, 2, 3, 0, 16386, 1, 0, PalletTown_EventScript_16587B + +PalletTown_MapBGEvents: + bg_event 16, 16, 0, 0, 0, PalletTown_EventScript_165838 + bg_event 4, 7, 0, 0, 0, PalletTown_EventScript_165850 + bg_event 13, 7, 0, 0, 0, PalletTown_EventScript_165859 + bg_event 9, 11, 0, 0, 0, PalletTown_EventScript_165862 + bg_event 5, 14, 0, 0, 0, PalletTown_EventScript_16586B + +PalletTown_MapEvents:: + map_events PalletTown_EventObjects, PalletTown_MapWarps, PalletTown_MapCoordEvents, PalletTown_MapBGEvents |
