Skip to content

Commit

Permalink
Merge 'Less misleading dialog from Biggoron after turning in eyedrops' (
Browse files Browse the repository at this point in the history
  • Loading branch information
fenhl committed Oct 2, 2024
2 parents eb52eba + 6acfd98 commit 251b716
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 251b716

Please sign in to comment.