blob: f8f669eb2163e13f0c29505cb776a0a73d5e1381 (
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/SouthHouse2.asm", ROMX
SouthHouse2ScriptLoader:: ; 9f4fc (27:74fc)
ret
SouthHouse2TextPointers:: ; 9f4fd (27:74fd)
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
|