2 Commits

Author SHA1 Message Date
4de84df7a8 Update baserom 2026-05-04 00:38:48 -05:00
b3afa57677 Show level of current supertile loot in hud 2026-05-04 00:14:28 -05:00
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 = '8a6d769751e2676e8d9da48871cb7634'
RANDOMIZERBASEHASH = 'c4ba2f29976344e33ca1b5901b3073bb'
class JsonRom(object):

Binary file not shown.