mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-18 21:16:24 +13:00
15 lines
263 B
NASM
Executable file
15 lines
263 B
NASM
Executable file
FuchsiaGoodRodHouse_Object:
|
|
db $c ; border block
|
|
|
|
def_warps
|
|
warp 2, 0, 8, LAST_MAP
|
|
warp 2, 7, 7, LAST_MAP
|
|
warp 3, 7, 7, LAST_MAP
|
|
|
|
def_signs
|
|
|
|
def_objects
|
|
object SPRITE_FISHING_GURU, 5, 3, STAY, RIGHT, 1 ; person
|
|
|
|
def_warps_to FUCHSIA_GOOD_ROD_HOUSE
|