Fixed issue with Inverted Mirror Bonks not getting applied appropriately

This commit is contained in:
codemann8
2022-01-18 03:14:40 -06:00
parent 4f730844f6
commit 36a6f21021
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'c3d7e407be9e5390292dec544dfbde9e'
RANDOMIZERBASEHASH = 'fbdd4f1bf5722a38ce147b4584d6ccb8'
class JsonRom(object):