blob: c77805e2477885d053bfa6d8cce308f198e327ea (
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/KantoRedsHouse.asm", ROMX
KantoRedsHouseScriptLoader:: ; 9efc4 (27:6fc4)
ret
KantoRedsHouseTextPointers:: ; 9efc5 (27:6fc5)
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
|