Update baserom

This commit is contained in:
2026-05-25 00:17:48 -05:00
parent 57db996f27
commit 5f1c08920f
3 changed files with 3 additions and 4 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 = '2ef2af81254cf2ee22295a12f82a7ce2'
RANDOMIZERBASEHASH = '100c3e1da68680a0f3d8e1fc94568de6'
class JsonRom(object):