blob: 2a5d112aea533eb03d9825cc3eba2303eeeedb4c (
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/SouthHouse1.asm", ROMX
SouthHouse1ScriptLoader:: ; 9f315 (27:7315)
ret
SouthHouse1TextPointers:: ; 9f316 (27:7316)
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
|