mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
16 lines
340 B
NASM
Executable file
16 lines
340 B
NASM
Executable file
UndergroundPathRoute7Copy_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 3, 7, 5, LAST_MAP
|
|
warp 4, 7, 5, LAST_MAP
|
|
warp 4, 4, 0, UNDERGROUND_PATH_WEST_EAST
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_GIRL, 3, 2, STAY, NONE, 1 ; person
|
|
object SPRITE_MIDDLE_AGED_MAN, 2, 4, STAY, NONE, 2 ; person
|
|
|
|
def_warps_to UNDERGROUND_PATH_ROUTE_7_COPY
|