Merge in OW Shuffle 0.7.0.2 #3

Merged
karafruit merged 13 commits from codemann_OverworldShuffle into beta 2026-02-03 23:47:48 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit ad8dff3b2d - Show all commits

View File

@@ -1,5 +1,13 @@
# Changelog
# 0.7.0.2
- Fixed money error for bombbag/take-anys
- Fixed palette issue for map check/flute menu
- Fixed issue with dungeon icons showing in opposite world in Inverted
- Fixed Links position in map checks when in Special OW areas
- Fixed buffered sword issue in OW Shuffle water transitions
- Added PlasmaKappa tribute TF room text
# 0.7.0.1
- Fixed buggy sprites in post-Aga Zora's Domain
- Fixed L/R map switch when in special OW screens

View File

@@ -9,7 +9,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType
from OverworldGlitchRules import create_owg_connections
from Utils import bidict
version_number = '0.7.0.1'
version_number = '0.7.0.2'
# branch indicator is intentionally different across branches
version_branch = '-u'