Fix for free light cone in escape.
No longer missing when entering from DW. No longer disappears after using fire rod to light torch.
This commit is contained in:
2
Main.py
2
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
2
Rom.py
2
Rom.py
@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = '1e1094919d6a9dd151f8bc15c40b35f7'
|
||||
RANDOMIZERBASEHASH = '4eeafc915838a7c9c5eff7a1b53d4709'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user