blob: c15bae2c70f0887e021514ab4e489b1c7dedf81d (
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/WestHouse1.asm", ROMX
WestHouse1ScriptLoader:: ; 98c83 (26:4c83)
ret
WestHouse1TextPointers:: ; 98c84 (26:4c84)
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
|