mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 15:39:32 -05:00
21 lines
418 B
NASM
21 lines
418 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/KantoFishingGuru.asm", ROMX
|
|
|
|
KantoFishingGuruScriptLoader:: ; 9f2bb (27:72bb)
|
|
ret
|
|
|
|
KantoFishingGuruTextPointers:: ; 9f2bc (27:72bc)
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText |