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