diff --git a/Main.py b/Main.py index 92a4128e..61934050 100644 --- a/Main.py +++ b/Main.py @@ -26,7 +26,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops from Utils import output_path, parse_player_names -__version__ = '0.3.1.0-u' +__version__ = '0.3.1.1-u' class EnemizerError(RuntimeError): diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dd5ec356..6afd9029 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -128,6 +128,8 @@ New item counter modified to show total # Bug Fixes and Notes. +* 0.3.1.1-u + * Potion shop crash in non-keysanity * 0.3.1.0-u * Shopsanity introduced * Blind sequence restored when Blind is in Theives Town in boss shuffle diff --git a/Rom.py b/Rom.py index 1430aec5..6f227cb1 100644 --- a/Rom.py +++ b/Rom.py @@ -27,7 +27,7 @@ from EntranceShuffle import door_addresses, exit_ids JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '0de33d06fdb9c8cac765047037b39363' +RANDOMIZERBASEHASH = '633051ea43b6f6f971a32ed3e0a1bf5e' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index f30bfa99..5e468cbb 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ