mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 04:56:24 +13:00
16 lines
334 B
NASM
Executable file
16 lines
334 B
NASM
Executable file
CeladonChiefHouse_Object:
|
|
db $f ; border block
|
|
|
|
def_warps
|
|
warp 2, 7, 11, LAST_MAP
|
|
warp 3, 7, 11, LAST_MAP
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_GRAMPS, 4, 2, STAY, DOWN, 1 ; person
|
|
object SPRITE_ROCKET, 1, 4, WALK, ANY_DIR, 2 ; person
|
|
object SPRITE_SAILOR, 5, 6, STAY, LEFT, 3 ; person
|
|
|
|
def_warps_to CELADON_CHIEF_HOUSE
|