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