blob: 1f63cf4c6f7ae787a926b6c2cd38e43d55960772 (
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/OldCityHouse.asm", ROMX
OldCityHouseScriptLoader:: ; 94653 (25:4653)
ret
OldCityHouseTextPointers:: ; 94654 (25:4654)
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
|