diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c8a6ce5f..b33ee183 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -9,4 +9,5 @@ File Select/End Game screen: Mirror Scroll and Pseudoboots added (Thanks Hiimcod * Hera Basement Cage: Fix for small key counting multiple times (again) * Generation: Fixed several generation problems with ER and intensity 3 * Customizer: Generation bug when attempting to place small keys + * Hints: Updated pedestal/tablet text to be more clear * Enemizer: Various enemy bans \ No newline at end of file diff --git a/Rom.py b/Rom.py index 249ca8c3..be1353d9 100644 --- a/Rom.py +++ b/Rom.py @@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '5f039a5d88474aefc66c116beb67fa68' +RANDOMIZERBASEHASH = 'b9c880298780c650ec1deb14ef8c533a' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 05c1fd24..4050df7b 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ