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