blob: 1512076d41d01140ef6cffd76d1a965e185352a1 (
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/placeholder/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
|