Fixed minor issue with dungeon counter interfering with timer (rom re-build)
This commit is contained in:
@@ -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 for unintentional decoupled door in standard
|
||||||
* Fix a problem with BK doors being one-sided
|
* Fix a problem with BK doors being one-sided
|
||||||
* Change to how wilds keys are placed in standard, better randomization
|
* 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
|
* 1.2.0.7-u
|
||||||
* Fix for some misery mire key logic
|
* Fix for some misery mire key logic
|
||||||
* Minor standard generation fix
|
* Minor standard generation fix
|
||||||
|
|||||||
2
Rom.py
2
Rom.py
@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
|
|||||||
|
|
||||||
|
|
||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = '467681d6160233f7af2761c631e26985'
|
RANDOMIZERBASEHASH = '168574b64461acded5f2e8394a05577e'
|
||||||
|
|
||||||
|
|
||||||
class JsonRom(object):
|
class JsonRom(object):
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user