diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a2486806..0c754ac6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -110,11 +110,12 @@ These are now independent of retro mode and have three options: None, Random, an # Bug Fixes and Notes * 1.2.0.22u - * ? + * Flute can't be activated in rain state (except glitched modes) (Thanks codemann!) * ER: Minor fix for Link's House on DM in Insanity (escape cave should not be re-used) - * Fixed logic issues: + * Logic issues: * Self-locking key not allowed in Sanctuary in standard (typo fixed) * More advanced bunny-walking logic in dungeons (multiple paths considred) + * MSU: GTBK song fix for DR (Thanks codemann!) * 1.2.0.21u * Fix that should force items needed for leaving Zelda's cell to before the throne room, so S&Q isn't mandatory * Small fix for Tavern Shuffle (thanks Catobat) diff --git a/Rom.py b/Rom.py index 9351970c..637cac4b 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '9b6e57f6e9d92934ce14276afd715849' +RANDOMIZERBASEHASH = '45778dbb52eca64611fbdb43a3a11ec8' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 643e68f7..f5e4d204 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ