mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 23:10:52 -05:00
21 lines
403 B
NASM
21 lines
403 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/HaitekuMart.asm", ROMX
|
|
|
|
HaitekuMartScriptLoader:: ; 9c30e (27:430e)
|
|
ret
|
|
|
|
HaitekuMartTextPointers:: ; 9c30f (27:430f)
|
|
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 |