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
13 lines
216 B
NASM
13 lines
216 B
NASM
IndigoPlateau_Object:
|
|
db $e ; border block
|
|
|
|
def_warp_events
|
|
warp_event 9, 5, INDIGO_PLATEAU_LOBBY, 0
|
|
warp_event 10, 5, INDIGO_PLATEAU_LOBBY, 0
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
def_warps_to INDIGO_PLATEAU
|