diff --git a/Rom.py b/Rom.py index aa09743e..17c948ab 100644 --- a/Rom.py +++ b/Rom.py @@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127 JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '3c651a38ea79504029c71b382c9c17da' +RANDOMIZERBASEHASH = '08f762abe1d3687e07eb584ef962b9c0' class JsonRom(object): diff --git a/data/base2current.bps b/data/base2current.bps index ab93a09e..14b7becf 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ diff --git a/source/item/FillUtil.py b/source/item/FillUtil.py index fc2e063f..0eee5f69 100644 --- a/source/item/FillUtil.py +++ b/source/item/FillUtil.py @@ -835,9 +835,10 @@ pot_items = { PotItem.OneRupee: 'Rupee (1)', PotItem.FiveRupees: 'Rupees (5)', PotItem.Heart: 'Small Heart', - PotItem.BigMagic: 'Big Magic', # fast fill + PotItem.BigMagic: 'Big Magic', PotItem.SmallMagic: 'Small Magic', - PotItem.Chicken: 'Chicken' # fast fill + PotItem.Chicken: 'Chicken', + PotItem.Fairy: 'Fairy' } valid_pot_items = {y: x for x, y in pot_items.items()}