mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
13 lines
250 B
NASM
13 lines
250 B
NASM
UndergroundPathNorthSouth_Object:
|
|
db $1 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 4, UNDERGROUND_PATH_ROUTE_5, 2
|
|
warp_event 2, 41, UNDERGROUND_PATH_ROUTE_6, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to UNDERGROUND_PATH_NORTH_SOUTH
|