Base ROM fixes

- Some music fixes for Mixed OWR
- Attempt to fix silent music after S+Q from Kakariko
- No follower deletion on crystal cutscene if prize shuffle
- Show shadows on hidden enemies in enemy drop shuffle
- Fix black palette issue for custom item gfx
- Fix enemy drops being drawn off center in Hera Cage
- Fix red crystal gfx in dark rooms
- Fix small magic gfx for standing items
- Fix screen scroll issue in Zora's Domain when failing water entry
- Fix weird palette issue in Potion Shop
- Fix issue with Potion Shop prices drawing on top of Link
This commit is contained in:
codemann8
2024-08-29 01:42:10 -05:00
parent d5661c4f3b
commit eb877b60e4
2 changed files with 1 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 = 'f3d6ac83d5d2ee0e3fb96f7ef5128e61'
RANDOMIZERBASEHASH = 'c0c4b8166fbe9b637a0aaa82e3f4cb8d'
class JsonRom(object):