Various updates and fixes to Prize Shuffle

- Includes colorblind support
- Fixed HP heart refill interrupting boss cutscenes
- Improved some QoL on map checks
- Added new map GFX for flute spot cancel X
This commit is contained in:
codemann8
2024-05-30 22:56:26 -05:00
parent 68ee8262ea
commit 6b84306b9f
3 changed files with 17 additions and 1 deletions

2
Rom.py
View File

@@ -43,7 +43,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'd72b50e97435c3f36b8278d2921e88a0'
RANDOMIZERBASEHASH = '87be9d9bd56b6ad8e4b9697ecfc31841'
class JsonRom(object):