Minor ER fix for extra starting locations to work correctly

This commit is contained in:
codemann8
2022-01-13 19:37:08 -06:00
parent fb482729a8
commit f083a41045
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '828431c06c6c17d4e30d821cfadb70fa'
RANDOMIZERBASEHASH = 'e57c15f7a80a8e65d0c50c9eec99f072'
class JsonRom(object):