diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-21 11:58:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-21 12:15:06 -0400 |
commit | 9f2ef498fb319ab6a0b343f8165af49ad33b5c78 (patch) | |
tree | 35eee5afd82436a5b5969e1c22c1f49f87926189 /scripts/FontoLab.asm | |
parent | f2118b1715e8ef29d6967e0a9ab24cb8cd1a8aa4 (diff) |
Copy pokered map organization (maps/*.blk, scripts/*.asm, data/maps/objects/*.asm)
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 |