blob: ea167a944f1ea46102681b58a71439fcc7d5d5a9 (
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/SouthMart.asm", ROMX
SouthMartScriptLoader:: ; 9f4a2 (27:74a2)
ret
SouthMartTextPointers:: ; 9f4a3 (27:74a3)
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
|