Up triforce count before triforces become lower priority

This commit is contained in:
2026-06-01 18:00:38 -05:00
parent 2055ed6d96
commit 444ebda072
2 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@@ -1545,7 +1545,7 @@ def patch_rom(world, rom, player, team, is_mystery=False, rom_header=None):
rom.write_byte(loot_icons + 0x52, 0x0B) # bomb bag is major
triforce_piece_ids = [0x6B, 0x6C]
if world.treasure_hunt_count[player] > 20:
if world.treasure_hunt_count[player] > 100:
for triforce_piece_id in triforce_piece_ids:
rom.write_byte(loot_icons + triforce_piece_id, 0x04)

BIN
patches/colordorm.ips Normal file

Binary file not shown.