mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-20 17:27:14 -05:00
22 lines
373 B
NASM
22 lines
373 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/StandOffice.asm", ROMX
|
|
|
|
StandOffice_ScriptLoader::
|
|
ret
|
|
|
|
StandOffice_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
|