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