fix: handle universal keys issue

This commit is contained in:
aerinon
2026-02-11 10:49:33 -07:00
parent 40260c4fd4
commit 0e432106d5
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 = '794b7cd02f429873c3ad6dc74490279c'
RANDOMIZERBASEHASH = 'a882ed16dce1cb84f366afd69788e8f2'
class JsonRom(object):

Binary file not shown.