mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 23:10:52 -05:00
18 lines
267 B
NASM
18 lines
267 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/Office3.asm", ROMX
|
|
|
|
Office3_ScriptLoader::
|
|
ret
|
|
|
|
Office3_TextPointers::
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|