Update base rom to VT8.27

This commit is contained in:
Kevin Cathcart 2017-10-28 18:38:10 -04:00
parent f2ea4b6442
commit 2017b65a97
2 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@ -8,7 +8,7 @@ import hashlib
import logging import logging
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '7f112e52921bf72c67296848f3f4ad97' RANDOMIZERBASEHASH = '1deebb05eccefd2ab68297c6e9c0d25f'
class JsonRom(object): class JsonRom(object):

File diff suppressed because one or more lines are too long