blob: 9dfc5de793145aaa0c03885da294dd4af8160b24 (
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/KantoMart.asm", ROMX
KantoMartScriptLoader:: ; 9e7e4 (27:67e4)
ret
KantoMartTextPointers:: ; 9e7e5 (27:67e5)
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
|