diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f120a32c..a27c05d0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -162,6 +162,7 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o * Item will be highlighted in red if experimental is on * Bug with 0 GT crystals not opening GT * Settings code fix + * Fix for pottery not counting items in certain caves that share a supertile with shops * 1.0.2.4 * Updated tourney winners (included Doors Async League winners) * Fixed a couple issues with dungeon counters and the DungeonCompletion field for autotracking diff --git a/Rom.py b/Rom.py index f4bdd02c..c64c7491 100644 --- a/Rom.py +++ b/Rom.py @@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '01166fb16b38b49ef79acc9993dc4f02' +RANDOMIZERBASEHASH = 'e33204b6023f07025eba16874308f57d' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index bd6417a4..fc22d9c3 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ