mirror of
https://github.com/pret/pokered.git
synced 2026-05-20 09:58:23 -05: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
15 lines
296 B
NASM
15 lines
296 B
NASM
LancesRoom_Object:
|
|
db $3 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 24, 16, AGATHAS_ROOM, 2
|
|
warp_event 5, 0, CHAMPIONS_ROOM, 0
|
|
warp_event 6, 0, CHAMPIONS_ROOM, 0
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 6, 1, SPRITE_LANCE, STAY, DOWN, 1, OPP_LANCE, 1
|
|
|
|
def_warps_to LANCES_ROOM
|