diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 35155c50..336c604e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,10 +110,12 @@ These are now independent of retro mode and have three options: None, Random, an # Bug Fixes and Notes * 1.2.0.20u + * New generation feature that allows Spiral Stair to link to themselves (thank Catobat) * Added logic for trap doors that could be opened using existing room triggers * Fixed a problem with inverted generation and the experimental flag * Added a notes field for user added notes either via CLI or Customizer (thanks Hiimcody and Codemann) * Fixed a typo for a specific pot hint + * Fix for Hera Boss music (thanks Codemann) * 1.1.6 (from Stable) * Minor issue with dungeon counter hud interfering with timer * 1.2.0.19u diff --git a/Rom.py b/Rom.py index 5b65c852..5dc3652a 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '168574b64461acded5f2e8394a05577e' +RANDOMIZERBASEHASH = '61662913cc0cb12fb870d794937d88d9' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 80dff6bf..23872f82 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ