fix: hera basement + small key for this dungeon

This commit is contained in:
aerinon
2024-05-09 14:35:50 -06:00
parent f80e8bbfd5
commit ae35096f16
3 changed files with 3 additions and 2 deletions

View File

@@ -146,7 +146,8 @@ These are now independent of retro mode and have three options: None, Random, an
* Back of Tavern Shuffle now on by default
* Enemizer: Wallmasters banned from tiles where spiral staircases are. (Softlock issue)
* Packaged build of unstable now available
* Fix: HC Big Key drop doesn't count on Basic Doors
* Fix: HC Big Key drop doesn't count on Basic Doors
* Fix: Small Key for this dungeon in Hera Basement doesn't count twice for the key counter
* Fixed a small bug with traversal algorithm
* 1.4.1.11u
* New Feature: Several spoiler levels added: None, Settings-only, Semi, Full, Debug

2
Rom.py
View File

@@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '9eadc8aa7df986d90bbb3779e700aa77'
RANDOMIZERBASEHASH = '2cbc343d4d554d38d3b0c9c348ca6601'
class JsonRom(object):

Binary file not shown.