Notes and version update

Fix hera double count
This commit is contained in:
aerinon
2021-02-17 15:23:46 -07:00
parent 309260a1e2
commit 2af9ffbda4
4 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items
from Utils import output_path, parse_player_names from Utils import output_path, parse_player_names
__version__ = '0.3.0.3-u' __version__ = '0.3.0.4-u'
class EnemizerError(RuntimeError): class EnemizerError(RuntimeError):
pass pass

View File

@@ -13,6 +13,10 @@ New item counter modified to show total
# Bug Fixes # Bug Fixes
* 0.3.0.4-u
* QoL fixes from Mike
* Allow PoD Mimics 2 as a lobby in non-keysanity seeds (Thanks @Catobat)
* Fix for double-counting Hera key in keydropshuffle
* 0.3.0.3-u * 0.3.0.3-u
* Disallowed Swamp Lobby in Hyrule Castle in Standard mode * Disallowed Swamp Lobby in Hyrule Castle in Standard mode
* Prevent defeating Aga 1 before Zelda is delivered to the Sanctuary. (He can't take damage) * Prevent defeating Aga 1 before Zelda is delivered to the Sanctuary. (He can't take damage)

2
Rom.py
View File

@@ -27,7 +27,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '795290cfff38c1b0b0dca6498e5d107b' RANDOMIZERBASEHASH = '0a34dc667a29125f09b10aeb1e06b83c'
class JsonRom(object): class JsonRom(object):

Binary file not shown.