mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-02 17:44:30 +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
405 B
NASM
16 lines
405 B
NASM
BluesHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 1
|
|
warp_event 3, 7, LAST_MAP, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 3, SPRITE_DAISY, STAY, RIGHT, 1 ; Daisy, sitting by map
|
|
object_event 6, 4, SPRITE_DAISY, WALK, UP_DOWN, 2, 0 ; Daisy, walking around
|
|
object_event 3, 3, SPRITE_POKEDEX, STAY, NONE, 3, 0 ; map on table
|
|
|
|
def_warps_to BLUES_HOUSE
|