mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
14 lines
203 B
NASM
Executable file
14 lines
203 B
NASM
Executable file
Daycare_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_GENTLEMAN, 2, 3, STAY, RIGHT, 1 ; person
|
|
|
|
def_warps_to DAYCARE
|