mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
17 lines
297 B
NASM
17 lines
297 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/Office1.asm", ROMX
|
|
|
|
Office1ScriptLoader:: ; bd06e (2f:506e)
|
|
ret
|
|
|
|
Office1TextPointers:: ; bd06f (2f:506f)
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText
|
|
dw GameplayText |