mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-23 02:37:14 -05:00
21 lines
394 B
NASM
21 lines
394 B
NASM
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 |