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