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