blob: 014abfa5d8d21e8bcadba3e71530fdcfc5f42c0f (
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/KantoGamefreakHQ2.asm", ROMX
KantoGamefreakHQ2ScriptLoader:: ; 9e8ea (27:68ea)
ret
KantoGamefreakHQ2TextPointers:: ; 9e8eb (27:68eb)
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
|