diff --git a/Main.py b/Main.py index 40e6c702..a412220e 100644 --- a/Main.py +++ b/Main.py @@ -34,7 +34,7 @@ from source.overworld.EntranceShuffle2 import link_entrances_new from source.tools.BPS import create_bps_from_data from source.classes.CustomSettings import CustomSettings -__version__ = '1.2.0.5-u' +__version__ = '1.2.0.6-u' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 095682e0..3ee20968 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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.6-u + * Fix for light cone in Escape when entering from Dark World post-zelda + * Fix for light cone in Escape when lighting a torch with fire rod * 1.2.0.5.u * Logic fix for Sanctuary mirror (it wasn't resetting the crystal state) * Minor bugfixes for customizer diff --git a/Rom.py b/Rom.py index b0121eea..54d801bd 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '1e1094919d6a9dd151f8bc15c40b35f7' +RANDOMIZERBASEHASH = '4eeafc915838a7c9c5eff7a1b53d4709' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 271b2c2e..3afa29d0 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ