Bugfix update baserom

This commit is contained in:
2026-05-04 17:54:09 -05:00
parent 6474975b07
commit 4d63168e9a
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc
from Versions import DRVersion, GKVersion, ORVersion
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '5fe97f04afd1880f281ec2c27cfabc17'
RANDOMIZERBASEHASH = 'c5e123bcd2723114e1ecc8b42d0c5efa'
class JsonRom(object):