mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
21 lines
397 B
NASM
21 lines
397 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/NorthMart.asm", ROMX
|
|
|
|
NorthMartScriptLoader:: ; 9f5d6 (27:75d6)
|
|
ret
|
|
|
|
NorthMartTextPointers:: ; 9f5d7 (27:75d7)
|
|
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 |