mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-01 09:10:32 +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
380 B
NASM
16 lines
380 B
NASM
CeladonChiefHouse_Object:
|
|
db $f ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 11
|
|
warp_event 3, 7, LAST_MAP, 11
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 4, 2, SPRITE_GRAMPS, STAY, DOWN, 1 ; person
|
|
object_event 1, 4, SPRITE_ROCKET, WALK, ANY_DIR, 2 ; person
|
|
object_event 5, 6, SPRITE_SAILOR, STAY, LEFT, 3 ; person
|
|
|
|
def_warps_to CELADON_CHIEF_HOUSE
|