mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-08 22:51:05 +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
14 lines
250 B
NASM
14 lines
250 B
NASM
SilphCoElevator_Object:
|
|
db $f ; border block
|
|
|
|
def_warp_events
|
|
warp_event 1, 3, UNUSED_MAP_ED, 0
|
|
warp_event 2, 3, UNUSED_MAP_ED, 0
|
|
|
|
def_bg_events
|
|
bg_event 3, 0, 1 ; SilphCoElevatorText1
|
|
|
|
def_object_events
|
|
|
|
def_warps_to SILPH_CO_ELEVATOR
|