diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 286704e6..6ebb761e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -157,9 +157,13 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o #### StandardThrone +* Bug fixes + * Fix HC Ledge entrances after rescuing Zelda, also includes the throne spawn point now. +* Original Release * Changed standard dungeon generation to always have Throne Room in hyrule castle and always have sanctuary behind it * S&Q/death in standard after moving the tapestry but before delivering Zelda will result in spawning at the tapestry - * Mirror scroll will return you to Zelda's cell instead of last entrance. This reverts to normal behavior once the tapestry open trigger is reach + * Mirror scroll will return you to Zelda's cell instead of last entrance. This reverts to normal behavior once the tapestry open trigger is reached + #### Volatile diff --git a/Rom.py b/Rom.py index f062e4d3..cc28f3bd 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '4941faf4496875a373a51119f2bedf4c' +RANDOMIZERBASEHASH = 'add982e935888df04ddfa570bc07bede' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index 4005551c..060733f6 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ