DungeonCompletion fixed

Minor issue with dungeon counters fixed
This commit is contained in:
aerinon
2022-05-18 15:04:20 -06:00
parent bcc77759b7
commit afdb8ebac8
4 changed files with 5 additions and 2 deletions

2
Rom.py
View File

@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '94fd47b16641a1aa44f22e21c8a7a024'
RANDOMIZERBASEHASH = '636b8484ebe22bff0b74aa7268fc2766'
class JsonRom(object):