blob: 3dcf380c57b27c9c51734cc1b009574d1c0f38ad (
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/KantoGamefreakHQ4.asm", ROMX
KantoGamefreakHQ4ScriptLoader:: ; 9e9c8 (27:69c8)
ret
KantoGamefreakHQ4TextPointers:: ; 9e9c9 (27:69c9)
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
|