change: update baserom

This commit is contained in:
aerinon
2024-06-21 10:35:52 -06:00
parent 05f4ef8c3c
commit 44ef13c0f6
3 changed files with 2 additions and 1 deletions

View File

@@ -9,4 +9,5 @@ File Select/End Game screen: Mirror Scroll and Pseudoboots added (Thanks Hiimcod
* Hera Basement Cage: Fix for small key counting multiple times (again) * Hera Basement Cage: Fix for small key counting multiple times (again)
* Generation: Fixed several generation problems with ER and intensity 3 * Generation: Fixed several generation problems with ER and intensity 3
* Customizer: Generation bug when attempting to place small keys * Customizer: Generation bug when attempting to place small keys
* Hints: Updated pedestal/tablet text to be more clear
* Enemizer: Various enemy bans * Enemizer: Various enemy bans

2
Rom.py
View File

@@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '5f039a5d88474aefc66c116beb67fa68' RANDOMIZERBASEHASH = 'b9c880298780c650ec1deb14ef8c533a'
class JsonRom(object): class JsonRom(object):

Binary file not shown.