Fix for a map bug (link not shown when eastern prize is)

This commit is contained in:
aerinon
2022-04-20 09:08:55 -06:00
parent 940c179e28
commit abf57e0255
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -32,7 +32,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '02967596217f7cae048e4fbf727762d8'
RANDOMIZERBASEHASH = 'a2dddb51072556881537dadd7e461c3d'
class JsonRom(object):