blob: f2b64c55a66c14c74e884f87dfa024bda051fa29 (
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/BullMart.asm", ROMX
BullMartScriptLoader:: ; 9d8df (27:58df)
ret
BullMartTextPointers:: ; 9d8e0 (27:58e0)
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
|