Update baserom to fix OW Map palette issue

This commit is contained in:
2026-01-27 00:26:09 -06:00
parent f43fb18bad
commit 54981b5c51
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -84,7 +84,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc
from Versions import DRVersion, GKVersion, ORVersion
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '33cd5e308266cf2273c80de1b1df3dac'
RANDOMIZERBASEHASH = '3df5dddc099097229193e6524b9b7a0e'
class JsonRom(object):

Binary file not shown.