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
17 lines
379 B
NASM
17 lines
379 B
NASM
Route2Gate_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 0, LAST_MAP, 3
|
|
warp_event 5, 0, LAST_MAP, 3
|
|
warp_event 4, 7, LAST_MAP, 4
|
|
warp_event 5, 7, LAST_MAP, 4
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 1, 4, SPRITE_SCIENTIST, STAY, LEFT, 1 ; person
|
|
object_event 5, 4, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, 2 ; person
|
|
|
|
def_warps_to ROUTE_2_GATE
|