blob: df3629d56ce52d9d58e0e395905ad07605c0cfde (
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/StandHouse.asm", ROMX
StandHouseScriptLoader:: ; 9df9c (27:5f9c)
ret
StandHouseTextPointers:: ; 9df9d (27:5f9d)
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
|