Baserom update

This commit is contained in:
aerinon
2021-10-21 14:17:26 -06:00
parent a23315f783
commit a4848c5baf
3 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ CLI: ```--bombbag```
* Certain lobbies forbidden in standard when rupee bow is enabled * Certain lobbies forbidden in standard when rupee bow is enabled
* PoD EG disarmed when mirroring (except in nologic) * PoD EG disarmed when mirroring (except in nologic)
* Fixed issue with key logic * Fixed issue with key logic
* Updated baserom
* 0.5.1.2 * 0.5.1.2
* Allowed Blind's Cell to be shuffled anywhere if Blind is not the boss of Thieves Town * Allowed Blind's Cell to be shuffled anywhere if Blind is not the boss of Thieves Town
* Remove unique annotation from a FastEnum that was causing problems * Remove unique annotation from a FastEnum that was causing problems

2
Rom.py
View File

@@ -32,7 +32,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '1b937c39f026f9a687391488b7386542' RANDOMIZERBASEHASH = '1c59cec98ba4555db8eed1d2dea76497'
class JsonRom(object): class JsonRom(object):

Binary file not shown.