fix: baserom issue

This commit is contained in:
aerinon
2024-06-21 14:12:31 -06:00
parent 44ef13c0f6
commit 27e792d6c4
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

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