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/PewterCity_Gym | |
| parent | 799e971efef15b66345b255d57e94780733f667a (diff) | |
move map events to map directories
Diffstat (limited to 'data/maps/PewterCity_Gym')
| -rw-r--r-- | data/maps/PewterCity_Gym/events.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/PewterCity_Gym/events.inc b/data/maps/PewterCity_Gym/events.inc new file mode 100644 index 000000000..72a587cd1 --- /dev/null +++ b/data/maps/PewterCity_Gym/events.inc @@ -0,0 +1,16 @@ +PewterCity_Gym_EventObjects: + object_event 1, 80, 0, 6, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, PewterCity_Gym_EventScript_16A593, 0, 0, 0 + object_event 2, 39, 0, 3, 0, 8, 0, 3, 10, 17, 0, 1, 0, 4, 0, PewterCity_Gym_EventScript_16A63E, 0, 0, 0 + object_event 3, 91, 0, 7, 0, 12, 0, 3, 8, 17, 0, 0, 0, 0, 0, PewterCity_Gym_EventScript_16A655, 0, 0, 0 + +PewterCity_Gym_MapWarps: + warp_def 5, 14, 3, 2, 770 + warp_def 6, 14, 3, 2, 770 + warp_def 7, 14, 3, 2, 770 + +PewterCity_Gym_MapBGEvents: + bg_event 4, 12, 0, 0, 0, PewterCity_Gym_EventScript_16A6AF + bg_event 8, 12, 0, 0, 0, PewterCity_Gym_EventScript_16A6AF + +PewterCity_Gym_MapEvents:: + map_events PewterCity_Gym_EventObjects, PewterCity_Gym_MapWarps, 0x0, PewterCity_Gym_MapBGEvents |
