Fix for mirror portal in inverted

Yet another fix for blocked doors in Standard ER, minor alteration for the swamp entrance fix to work when blocked as well.
This commit is contained in:
aerinon
2023-03-08 08:25:46 -07:00
parent 14ced2435c
commit 4563f96fd5
3 changed files with 4 additions and 1 deletions

View File

@@ -108,6 +108,9 @@ These are now independent of retro mode and have three options: None, Random, an
* Bonk Fairy (Dark) * Bonk Fairy (Dark)
# Bug Fixes and Notes # Bug Fixes and Notes
* 1.2.0.12u
* Fix for mirror portal in inverted
* Yet another fix for blocked door in Standard ER
* 1.2.0.11u * 1.2.0.11u
* Fixed an issue with lower layer doors in Standard * Fixed an issue with lower layer doors in Standard
* Fix for doors in cave state (will no longer be vanilla) * Fix for doors in cave state (will no longer be vanilla)

2
Rom.py
View File

@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'badc0c787f7ab5e0ad05fb517953849a' RANDOMIZERBASEHASH = '4faba57f154a2263bf91af041a0d8700'
class JsonRom(object): class JsonRom(object):

Binary file not shown.