mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-22 10:04:52 -05:00
21 lines
394 B
NASM
21 lines
394 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/StandLab.asm", ROMX
|
|
|
|
StandLabScriptLoader:: ; 9dd35 (27:5d35)
|
|
ret
|
|
|
|
StandLabTextPointers:: ; 9dd36 (27:5d36)
|
|
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 |