blob: e9e4ba323bfd6d2df60ed0a95b8c17e3091da17c (
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/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
|