mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-21 09:47:13 -05:00
21 lines
403 B
NASM
21 lines
403 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/NewtypeMart.asm", ROMX
|
|
|
|
NewtypeMartScriptLoader:: ; 9d0a0 (27:50a0)
|
|
ret
|
|
|
|
NewtypeMartTextPointers:: ; 9d0a1 (27:50a1)
|
|
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 |