Update baserom

This commit is contained in:
2026-02-08 00:33:43 -06:00
parent 0a18bda341
commit be35ed4451
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 = 'bb9bc969c9154550956ead3044ffd2ff'
RANDOMIZERBASEHASH = '73c9cdaf56b3ec65eb95d5cfce1bbcee'
class JsonRom(object):