mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 14:57:57 +13:00
15 lines
287 B
NASM
15 lines
287 B
NASM
UndergroundPathRoute7_Object:
|
|
db $a ; border block
|
|
|
|
def_warps
|
|
warp 3, 7, 4, LAST_MAP
|
|
warp 4, 7, 4, LAST_MAP
|
|
warp 4, 4, 0, UNDERGROUND_PATH_WEST_EAST
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_MIDDLE_AGED_MAN, 2, 4, STAY, NONE, 1 ; person
|
|
|
|
def_warps_to UNDERGROUND_PATH_ROUTE_7
|