blob: 8843d571ae4638d583898de2d5962ac4a703aa9a (
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/KantoGamefreakHQ3.asm", ROMX
KantoGamefreakHQ3ScriptLoader:: ; 9e970 (27:6970)
ret
KantoGamefreakHQ3TextPointers:: ; 9e971 (27:6971)
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
|