fix: issue with keys counts not updating correctly

This commit is contained in:
aerinon
2025-12-08 16:37:04 -07:00
parent 8b40c13d1c
commit 6a0aa190a9
4 changed files with 23 additions and 18 deletions

2
Rom.py
View File

@@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '98131bfbcb4f2f305befa7a0ae7dc44d'
RANDOMIZERBASEHASH = '71dcfe005725a2afcaf45698eaee971f'
class JsonRom(object):