mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
21 lines
403 B
NASM
21 lines
403 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/Route2House.asm", ROMX
|
|
|
|
Route2HouseScriptLoader:: ; 9412f (25:412f)
|
|
ret
|
|
|
|
Route2HouseTextPointers:: ; 94130 (25:4130)
|
|
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 |