blob: bd3772866527a7acaa6be8fe8dee470ffca614a8 (
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/SugarPokecenter2F.asm", ROMX
SugarPokecenter2FScriptLoader:: ; 9d7aa (27:57aa)
ret
SugarPokecenter2FTextPointers:: ; 9d7ab (27:57ab)
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
|