diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4e4a34..f5edc88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +### 0.2.5.0 +- Many updates to Inverted OW Terrain: + - Links House start now spawns in Big Bomb Shop + - Old Man Cave/Bumper Cave returned to vanilla + - Mountain Cave S+Q now spawns in his usual Cave + - Flute Spot 1 is moved to Top of Dark Death Mountain + - Ladder is removed from West Dark Death Mountain + - When finding Flute, it comes pre-activated (will hear SFX on collecting) + - Spiral and Mimic Cave are now bridged together + - TR Peg Puzzle is restored but instead reveals a ladder + - Houlihan now exits same place as Big Bomb Shop does (OWR branch always had this) + - Ice Palace has been re-sealed to vanilla, portal moved to outer edge of moat + - Glitched modes will now use vanilla terrain except where necessary +- Fixed errors with OW Layout Shuffle +- Fixed issue with incorrect Mirror bonking +- Fixed issue with old man follower death to Pyramid +- Fixed Hera boss music not playing when boss not defeated +- ~~Merged DR v0.5.1.7 - TT boss trap door fix/Applied Glitched flag~~ + ### 0.2.4.0 - Added Guaranteed OWR Reachability - Fixed incorrect parity calc for Whirlpool Shuffle diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 0e14bb49..e825d799 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -5,7 +5,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel -__version__ = '0.2.4.0-u' +__version__ = '0.2.5.0-u' def link_overworld(world, player): # setup mandatory connections