From e0ee300809cafb99d964ecb83ed095dcd8d99ae0 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 24 Jun 2021 14:38:36 -0500 Subject: [PATCH] Version bump 0.1.5.2 --- CHANGELOG.md | 3 +++ OverworldShuffle.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1556bf5..fb8831c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.1.5.2 +- Partial revert of horizontal VRAM fix from v0.1.5.0 + ### 0.1.5.1 - Fixed issue with Flute Spot 7 logically connecting to the wrong area in Mixed/Crossed OW Shuffle - Fixed issue with TR portal not requiring mitts when tile is swapped diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 26cf86cd..9f26b3bc 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -2,7 +2,7 @@ import random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain from OWEdges import OWTileGroups, OWEdgeGroups, parallel_links, IsParallel -__version__ = '0.1.5.1-u' +__version__ = '0.1.5.2-u' def link_overworld(world, player): # setup mandatory connections