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

These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
16 lines
309 B
NASM
Executable file
16 lines
309 B
NASM
Executable file
Route12SuperRodHouse_Object:
|
|
db $a ; border block
|
|
|
|
db 2 ; warps
|
|
warp 2, 7, 3, LAST_MAP
|
|
warp 3, 7, 3, LAST_MAP
|
|
|
|
db 0 ; signs
|
|
|
|
db 1 ; objects
|
|
object SPRITE_FISHING_GURU, 2, 4, STAY, RIGHT, 1 ; person
|
|
|
|
; warp-to
|
|
warp_to 2, 7, ROUTE_12_SUPER_ROD_HOUSE_WIDTH
|
|
warp_to 3, 7, ROUTE_12_SUPER_ROD_HOUSE_WIDTH
|