mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-03 07:55:00 -05:00
22 lines
364 B
NASM
22 lines
364 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/StandLab.asm", ROMX
|
|
|
|
StandLab_ScriptLoader::
|
|
ret
|
|
|
|
StandLab_TextPointers::
|
|
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
|