Fix for Aga 2 check on Ganon Fight.

This commit is contained in:
LLCoolDave 2017-07-20 10:38:42 +02:00
parent 51943b17ef
commit 465f328d11
2 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@ -8,7 +8,7 @@ import hashlib
import logging
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '933dbf06bdfda86ed12d1bd9e0198958'
RANDOMIZERBASEHASH = '25832b6a4a6f80543ee6eaa850682152'
class JsonRom(object):

File diff suppressed because one or more lines are too long