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