mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-30 16:50:35 +13: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
16 lines
308 B
NASM
16 lines
308 B
NASM
Route7Gate_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 0, 3, LAST_MAP, 3
|
|
warp_event 0, 4, LAST_MAP, 3
|
|
warp_event 5, 3, LAST_MAP, 0
|
|
warp_event 5, 4, LAST_MAP, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 1, SPRITE_GUARD, STAY, DOWN, 1 ; person
|
|
|
|
def_warps_to ROUTE_7_GATE
|