blob: 5461492aec75dbf2fbbe0fe91561cbb926dd32d8 (
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/placeholder/KantoSchool.asm", ROMX
KantoSchoolScriptLoader:: ; 9edd0 (27:6dd0)
ret
KantoSchoolTextPointers:: ; 9edd1 (27:6dd1)
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
|