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