blob: ba009cf9faea725330591231c93b77a9cd1c34b6 (
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/Route2House.asm", ROMX
Route2HouseScriptLoader:: ; 9412f (25:412f)
ret
Route2HouseTextPointers:: ; 94130 (25:4130)
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
|