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
328 B
NASM
16 lines
328 B
NASM
AgathasRoom_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 11, BRUNOS_ROOM, 2
|
|
warp_event 5, 11, BRUNOS_ROOM, 3
|
|
warp_event 4, 0, LANCES_ROOM, 0
|
|
warp_event 5, 0, LANCES_ROOM, 0
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 2, SPRITE_AGATHA, STAY, DOWN, 1, OPP_AGATHA, 1
|
|
|
|
def_warps_to AGATHAS_ROOM
|