blob: a5821beff972d5a52997a7fb844499916bdddc8b (
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/NorthHouse1.asm", ROMX
NorthHouse1ScriptLoader:: ; 9f556 (27:7556)
ret
NorthHouse1TextPointers:: ; 9f557 (27:7557)
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
|