mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

Pushing everything I've done, currently doesn't build because the Galarian Birds filesize is too thicc for the section but I need to push this before I go mad
15 lines
329 B
NASM
15 lines
329 B
NASM
FishingGuruHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 1
|
|
warp_event 3, 7, LAST_MAP, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 4, SPRITE_FISHING_GURU, STAY, RIGHT, 1 ; person
|
|
object_event 5, 6, SPRITE_YOUNGSTER, WALK, LEFT, 2 ; person
|
|
|
|
def_warps_to FISHING_GURU_HOUSE
|