diff --git a/CHANGELOG.md b/CHANGELOG.md index 887d7c31..fcf77f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.5.0.5 +- Fixed issue with vanilla HCBK acting like a small key + ## 0.5.0.4 - Fixed dark room item gfx - Fixed dungeon item pickup behavior in cross-dungeon glitched scenarios diff --git a/OverworldShuffle.py b/OverworldShuffle.py index d4176877..283d6422 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -8,7 +8,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.5.0.4' +version_number = '0.5.0.5' # branch indicator is intentionally different across branches version_branch = '' diff --git a/Rom.py b/Rom.py index 3af256a0..aa2ca374 100644 --- a/Rom.py +++ b/Rom.py @@ -43,7 +43,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'f943d3d9b542d59dfed768b3f89646c9' +RANDOMIZERBASEHASH = '2d658871687c966f35dd9597a4195256' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 622c97f0..617699b7 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ