mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 05:31:08 -04: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 |