mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-24 14:59:33 -05:00
21 lines
424 B
NASM
21 lines
424 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/StandRocketHouse1F.asm", ROMX
|
|
|
|
StandRocketHouse1FScriptLoader:: ; 9e009 (27:6009)
|
|
ret
|
|
|
|
StandRocketHouse1FTextPointers:: ; 9e00a (27:600a)
|
|
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 |