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