mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00

Moved the (Super) Fishing Rod over to Pewter, Decilla now comes from the Old Amber and Aerodactyl has a new fossil
14 lines
276 B
NASM
14 lines
276 B
NASM
Route12SuperRodHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 8
|
|
warp_event 3, 7, LAST_MAP, 8
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 4, SPRITE_FISHING_GURU, STAY, RIGHT, 1 ; person
|
|
|
|
def_warps_to ROUTE_12_SUPER_ROD_HOUSE
|