blob: 67024ebfa98bc6997b5c84b2eeeb5f1fa074604c (
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/NorthHouse2.asm", ROMX
NorthHouse2ScriptLoader:: ; 9f630 (27:7630)
ret
NorthHouse2TextPointers:: ; 9f631 (27:7631)
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
|