diff --git a/InvertedRegions.py b/InvertedRegions.py index e22b4787..175b2b76 100644 --- a/InvertedRegions.py +++ b/InvertedRegions.py @@ -100,7 +100,7 @@ def create_inverted_regions(world, player): create_lw_region(player, 'Lake Hylia Island', ['Lake Hylia Island']), create_cave_region(player, 'Capacity Upgrade', 'the queen of fairies', ['Capacity Upgrade - Left', 'Capacity Upgrade - Right']), create_cave_region(player, 'Two Brothers House', 'a connector', None, ['Two Brothers House Exit (East)', 'Two Brothers House Exit (West)']), - create_lw_region(player, 'Maze Race Ledge', ['Maze Race', 'Maze Race Ledge Drop'], ['Two Brothers House (West)', 'Maze Race Mirror Spot']), + create_lw_region(player, 'Maze Race Ledge', ['Maze Race'], ['Two Brothers House (West)', 'Maze Race Mirror Spot', 'Maze Race Ledge Drop']), create_cave_region(player, '50 Rupee Cave', 'a cave with some cash'), create_lw_region(player, 'Desert Ledge', ['Desert Ledge'], ['Desert Palace Entrance (North) Rocks', 'Desert Palace Entrance (West)', 'Desert Ledge Drop']), create_lw_region(player, 'Desert Palace Stairs', None, ['Desert Palace Entrance (South)', 'Desert Palace Stairs Mirror Spot']), diff --git a/Main.py b/Main.py index e06d434b..147f4ca6 100644 --- a/Main.py +++ b/Main.py @@ -33,7 +33,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.0.1.11v' +__version__ = '1.0.1.12v' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4d7688c0..46458e13 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -156,6 +156,10 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### Volatile +* 1.0.1.12 + * Inverted bug + * Fix for hammerdashing pots, if sprite limit is reached, items won't spawn, error beep won't play either because of other SFX + * Killing enemies freeze + hammer results in the droppable item instead of the freeze prize * 1.0.1.11 * Separated Collection Rate counter from experimental * Added MSU Resume option diff --git a/Rom.py b/Rom.py index 2069bb7f..398a7c1b 100644 --- a/Rom.py +++ b/Rom.py @@ -35,7 +35,7 @@ from source.item.FillUtil import valid_pot_items JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'e972dbe4fac91ce33979c6c49a210a7d' +RANDOMIZERBASEHASH = '57df02038c77f9a3b915af21d3c59b78' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 54773849..0e97265a 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ