diff options
Diffstat (limited to 'scripts/NewtypeDiner.asm')
-rw-r--r-- | scripts/NewtypeDiner.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/NewtypeDiner.asm b/scripts/NewtypeDiner.asm new file mode 100644 index 0000000..f466f5a --- /dev/null +++ b/scripts/NewtypeDiner.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "scripts/NewtypeDiner.asm", ROMX + +NewtypeDinerScriptLoader:: + ret + +NewtypeDinerTextPointers:: + 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 |