Update base ROM

Oops, forgot to ever do this, erroneously assumed it was done before.
This commit is contained in:
AmazingAmpharos 2019-10-24 02:13:02 -05:00 committed by GitHub
parent acc04e92ce
commit 1ddfc040f3
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

@ -18,7 +18,7 @@ from EntranceShuffle import door_addresses
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'cb560220b7b1b8202e92381aee19cd36' RANDOMIZERBASEHASH = '1907d4caccffe60fc69940cfa11b2dab'
class JsonRom(object): class JsonRom(object):

File diff suppressed because one or more lines are too long