Version bump 0.2.5.0
This commit is contained in:
19
CHANGELOG.md
19
CHANGELOG.md
@@ -1,5 +1,24 @@
|
|||||||
# Changelog
|
# 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
|
### 0.2.4.0
|
||||||
- Added Guaranteed OWR Reachability
|
- Added Guaranteed OWR Reachability
|
||||||
- Fixed incorrect parity calc for Whirlpool Shuffle
|
- Fixed incorrect parity calc for Whirlpool Shuffle
|
||||||
|
|||||||
@@ -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 Regions import mark_dark_world_regions, mark_light_world_regions
|
||||||
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
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):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
|
|||||||
Reference in New Issue
Block a user