blob: 36d85300e095146260f5910d2d9cde5e7fe6a46f (
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/KantoLavenderHouse.asm", ROMX
KantoLavenderHouseScriptLoader:: ; 9e4b8 (27:64b8)
ret
KantoLavenderHouseTextPointers:: ; 9e4b9 (27:64b9)
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
|