Fixed minor issue with dungeon counter interfering with timer (rom re-build)

This commit is contained in:
aerinon
2023-08-07 10:49:55 -06:00
parent e6072cb8dc
commit db70a16dea
3 changed files with 3 additions and 1 deletions

View File

@@ -201,6 +201,8 @@ These are now independent of retro mode and have three options: None, Random, an
* Fix for unintentional decoupled door in standard
* Fix a problem with BK doors being one-sided
* Change to how wilds keys are placed in standard, better randomization
* Removed a Triforce text
* Fix for Desert Tiles 1 key door
* 1.2.0.7-u
* Fix for some misery mire key logic
* Minor standard generation fix

2
Rom.py
View File

@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '467681d6160233f7af2761c631e26985'
RANDOMIZERBASEHASH = '168574b64461acded5f2e8394a05577e'
class JsonRom(object):

Binary file not shown.