Update baserom

This commit is contained in:
2026-02-01 23:17:04 -06:00
parent 3bb0d82cab
commit 3c6239fe95
3 changed files with 2 additions and 2 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 = '7ab93fa81cc8599f7025bc2d09a661a0'
RANDOMIZERBASEHASH = '42862d2936d47c8b6cfb355306d521b1'
class JsonRom(object):