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:
@@ -108,6 +108,9 @@ These are now independent of retro mode and have three options: None, Random, an
|
||||
* Bonk Fairy (Dark)
|
||||
|
||||
# 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
|
||||
* Fixed an issue with lower layer doors in Standard
|
||||
* Fix for doors in cave state (will no longer be vanilla)
|
||||
|
||||
2
Rom.py
2
Rom.py
@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'badc0c787f7ab5e0ad05fb517953849a'
|
||||
RANDOMIZERBASEHASH = '4faba57f154a2263bf91af041a0d8700'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user