blob: 8ada185ae5dff5d3846ea8698115648c3f24dfdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
|