blob: c7fb57d95731210df058ba041ff698f4dc802807 (
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/NewtypeSailorHouse.asm", ROMX
NewtypeSailorHouseScriptLoader:: ; 9d020 (27:5020)
ret
NewtypeSailorHouseTextPointers:: ; 9d021 (27:5021)
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
|