diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4767942f..c083f29d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -146,7 +146,8 @@ These are now independent of retro mode and have three options: None, Random, an * Back of Tavern Shuffle now on by default * Enemizer: Wallmasters banned from tiles where spiral staircases are. (Softlock issue) * Packaged build of unstable now available - * Fix: HC Big Key drop doesn't count on Basic Doors + * Fix: HC Big Key drop doesn't count on Basic Doors + * Fix: Small Key for this dungeon in Hera Basement doesn't count twice for the key counter * Fixed a small bug with traversal algorithm * 1.4.1.11u * New Feature: Several spoiler levels added: None, Settings-only, Semi, Full, Debug diff --git a/Rom.py b/Rom.py index 05dbd74f..a31fdddc 100644 --- a/Rom.py +++ b/Rom.py @@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '9eadc8aa7df986d90bbb3779e700aa77' +RANDOMIZERBASEHASH = '2cbc343d4d554d38d3b0c9c348ca6601' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 63c3f0d2..b1a1f947 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ