mirror of
https://github.com/pret/pokered.git
synced 2026-04-24 15:08:51 -05:00
17 lines
390 B
NASM
17 lines
390 B
NASM
object_const_def
|
|
const_export SAFARIZONESECRETHOUSE_FISHING_GURU
|
|
|
|
SafariZoneSecretHouse_Object:
|
|
db $17 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, SAFARI_ZONE_WEST, 7
|
|
warp_event 3, 7, SAFARI_ZONE_WEST, 7
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 3, 3, SPRITE_FISHING_GURU, STAY, DOWN, TEXT_SAFARIZONESECRETHOUSE_FISHING_GURU
|
|
|
|
def_warps_to SAFARI_ZONE_SECRET_HOUSE
|