diff --git a/Main.py b/Main.py index 73b60974..eb8380f3 100644 --- a/Main.py +++ b/Main.py @@ -27,7 +27,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.4.0.10u' +__version__ = '0.4.0.11u' class EnemizerError(RuntimeError): diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d55904b8..cafdb92f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,6 +22,9 @@ For accessibility, you now get a C or P indicator to the left of the magic bar o # Bug Fixes and Notes. +* 0.4.0.11 + * Some minor base rom fixes + * Improved distribution of bombable/dashable doors * 0.4.0.10 * Renamed to pseudoboots * Some release note updates diff --git a/Rom.py b/Rom.py index 6c351828..1bdf1a59 100644 --- a/Rom.py +++ b/Rom.py @@ -30,7 +30,7 @@ from EntranceShuffle import door_addresses, exit_ids JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'df3386b7a48d79950a1432b8bbaafde1' +RANDOMIZERBASEHASH = '669813697df6a132611f4c7a008ebaae' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 2ef0bf7d..9d4ad8e3 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ