mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 21:16:24 +13:00
15 lines
288 B
NASM
Executable file
15 lines
288 B
NASM
Executable file
LavenderCuboneHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 2, 7, 4, LAST_MAP
|
|
warp 3, 7, 4, LAST_MAP
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_MONSTER, 3, 5, STAY, UP, 1 ; person
|
|
object SPRITE_BRUNETTE_GIRL, 2, 4, STAY, RIGHT, 2 ; person
|
|
|
|
def_warps_to LAVENDER_CUBONE_HOUSE
|