mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 14:59:33 -05:00
21 lines
400 B
NASM
21 lines
400 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/StandHouse.asm", ROMX
|
|
|
|
StandHouseScriptLoader:: ; 9df9c (27:5f9c)
|
|
ret
|
|
|
|
StandHouseTextPointers:: ; 9df9d (27:5f9d)
|
|
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 |