mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
312 B
NASM
Executable file
15 lines
312 B
NASM
Executable file
CeladonMansionRoofHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 2, 7, 2, CELADON_MANSION_ROOF
|
|
warp 3, 7, 2, CELADON_MANSION_ROOF
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_HIKER, 2, 2, STAY, DOWN, 1 ; person
|
|
object SPRITE_POKE_BALL, 4, 3, STAY, NONE, 2 ; person
|
|
|
|
def_warps_to CELADON_MANSION_ROOF_HOUSE
|