mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-22 02:07:15 -05:00
22 lines
376 B
NASM
22 lines
376 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/NewtypeDiner.asm", ROMX
|
|
|
|
NewtypeDiner_ScriptLoader::
|
|
ret
|
|
|
|
NewtypeDiner_TextPointers::
|
|
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
|