diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 61ab6abb..35155c50 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -201,6 +201,8 @@ These are now independent of retro mode and have three options: None, Random, an * Fix for unintentional decoupled door in standard * Fix a problem with BK doors being one-sided * Change to how wilds keys are placed in standard, better randomization + * Removed a Triforce text + * Fix for Desert Tiles 1 key door * 1.2.0.7-u * Fix for some misery mire key logic * Minor standard generation fix diff --git a/Rom.py b/Rom.py index 482080b2..5b65c852 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '467681d6160233f7af2761c631e26985' +RANDOMIZERBASEHASH = '168574b64461acded5f2e8394a05577e' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 9b3d673a..80dff6bf 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ