Base ROM update

Fix credits issue
This commit is contained in:
AmazingAmpharos 2018-03-01 23:34:20 -06:00 committed by GitHub
commit ee30cd1585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@ -15,7 +15,7 @@ from Items import ItemFactory
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '69a85962d2421498ad9d987a97baf52b'
RANDOMIZERBASEHASH = 'dc5840f0d1ef7b51009c5625a054b3dd'
class JsonRom(object):

File diff suppressed because one or more lines are too long