Fix ganon vulnerability item logic

This commit is contained in:
2023-02-27 07:47:12 -06:00
parent f16706ad38
commit 6d7fb28104
4 changed files with 13 additions and 13 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '3e0f7deafc09b3fcfd40922a2abb1491'
RANDOMIZERBASEHASH = '793bf8996f983ca60bfcd814c50e896e'
class JsonRom(object):