ROM Fixes

- Fixed Aga2 check on Ganon vulnerability
- Fixed disappearing mirror portals in Inverted+CrossedOWR
This commit is contained in:
codemann8
2022-07-28 16:05:00 -05:00
parent ceff7688c4
commit abdf4cd258
3 changed files with 4 additions and 2 deletions

2
Rom.py
View File

@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'ae56110fe1228423c9d6a6cee361f7ac'
RANDOMIZERBASEHASH = 'c80605a079983f1a9dac37273e2b377a'
class JsonRom(object):