blob: 14044a12b40f8f3e1de7885eaa52e3259828d662 (
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 "scripts/StandHouse.asm", ROMX
StandHouse_ScriptLoader::
	ret
StandHouse_TextPointers::
	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
 |