mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Copycat now has a Jagg plushie in her house, referencing the amazing IKEA shark. (note that KEP is not sponsored by IKEA)
15 lines
329 B
NASM
15 lines
329 B
NASM
UndergroundPathRoute7_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 3, 7, LAST_MAP, 5
|
|
warp_event 4, 7, LAST_MAP, 5
|
|
warp_event 4, 4, UNDERGROUND_PATH_WEST_EAST, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 4, SPRITE_MIDDLE_AGED_MAN, STAY, NONE, 1 ; person
|
|
|
|
def_warps_to UNDERGROUND_PATH_ROUTE_7
|