blob: 9e2df98780d9f19879202e686eee57f73fd80ce7 (
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/SouthPokecenter1F.asm", ROMX
SouthPokecenter1FScriptLoader:: ; 9f3a9 (27:73a9)
ret
SouthPokecenter1FTextPointers:: ; 9f3aa (27:73aa)
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
|