mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-19 13:36:25 +13:00
15 lines
266 B
NASM
Executable file
15 lines
266 B
NASM
Executable file
DiglettsCaveRoute2_Object:
|
|
db $7d ; border block
|
|
|
|
def_warps
|
|
warp 2, 7, 0, LAST_MAP
|
|
warp 3, 7, 0, LAST_MAP
|
|
warp 4, 4, 0, DIGLETTS_CAVE
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_FISHING_GURU, 3, 3, STAY, NONE, 1 ; person
|
|
|
|
def_warps_to DIGLETTS_CAVE_ROUTE_2
|