mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-22 10:17:14 -05:00
21 lines
397 B
NASM
21 lines
397 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/StandMart.asm", ROMX
|
|
|
|
StandMartScriptLoader:: ; 9df42 (27:5f42)
|
|
ret
|
|
|
|
StandMartTextPointers:: ; 9df43 (27:5f43)
|
|
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 |