blob: bee8ee75393f7f82d4e636ac3aed3500d455ca25 (
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/BullHouse3.asm", ROMX
BullHouse3ScriptLoader:: ; 9d9e9 (27:59e9)
ret
BullHouse3TextPointers:: ; 9d9ea (27:59ea)
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
|