build: fix rom build

This commit is contained in:
aerinon
2023-11-15 15:54:54 -07:00
parent c27c5455a4
commit c0a06e7986
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -40,7 +40,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '0f97b8f1f54afaef84e630e3bb407207'
class JsonRom(object):