diff --git a/Patches.py b/Patches.py index 8e53a04c6..12a556d26 100644 --- a/Patches.py +++ b/Patches.py @@ -1364,6 +1364,9 @@ def calculate_traded_flags(world): remove_unused_messages(messages) shop_items = read_shop_items(rom, shop_item_file.start + 0x1DEC) + # Less misleading dialog from Biggoron after turning in eyedrops + update_message_by_id(messages, 0x305C, "Brrrring me the Claim Check...\x01to rrreceive anotherrrrrr item...") + # Set Big Poe count to get reward from buyer poe_points = world.settings.big_poe_count * 100 rom.write_int16(0xEE69CE, poe_points) diff --git a/README.md b/README.md index c852123a2..0d5bea6c0 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ issue. You should always Hard Reset to avoid this issue entirely. * The first text box from each carpenter in the Thieves' Hideout is skipped. * Seeds rolled on ootrandomizer.com display their ID in the top left corner of the file select screen. * The `Other` tab of the generator has been rearranged for better grouping of settings, and the `One Major Item per Dungeon` setting has been moved there since it was causing frequent failures with `Randomize Main Rule Settings`. +* Biggoron's text after turning in the Eyedrops has been changed to avoid potential confusion. ### 8.2 diff --git a/version.py b/version.py index 7947e7364..2d358a02c 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -__version__ = '8.2.14' +__version__ = '8.2.15' # This is a supplemental version number for branches based off of main dev. supplementary_version = 0