blob: 2c916144ee1511600ed466f8758349eff14244c2 (
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/WestHouse2.asm", ROMX
WestHouse2ScriptLoader:: ; 98d07 (26:4d07)
ret
WestHouse2TextPointers:: ; 98d08 (26:4d08)
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
|