blob: 9b0bf75bdbc8077ae987789b1ab05328cbfa7c4e (
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/SugarHouse.asm", ROMX
SugarHouseScriptLoader:: ; 9d5c7 (27:55c7)
ret
SugarHouseTextPointers:: ; 9d5c8 (27:55c8)
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
|