mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 15:39:32 -05:00
21 lines
412 B
NASM
21 lines
412 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/KantoRedsHouse.asm", ROMX
|
|
|
|
KantoRedsHouseScriptLoader:: ; 9efc4 (27:6fc4)
|
|
ret
|
|
|
|
KantoRedsHouseTextPointers:: ; 9efc5 (27:6fc5)
|
|
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 |