mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-22 18:27:13 -05:00
21 lines
403 B
NASM
21 lines
403 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/StandOffice.asm", ROMX
|
|
|
|
StandOfficeScriptLoader:: ; 9dec2 (27:5ec2)
|
|
ret
|
|
|
|
StandOfficeTextPointers:: ; 9dec3 (27:5ec3)
|
|
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 |