Skip to content

Commit

Permalink
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 Feb 16, 2024
1 parent e3cb493 commit 6acfd98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,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

0 comments on commit 6acfd98

Please sign in to comment.