Fix non-activated flute.

This commit is contained in:
CaitSith2 2021-02-15 14:46:31 -08:00
parent 930a0135d2
commit b1cf1a80e6
1 changed files with 1 additions and 1 deletions

2
Rom.py
View File

@ -1297,7 +1297,7 @@ def patch_rom(world, rom, player, team, enemized):
'Map (Ganons Tower)': (0x368, 0x04)}
set_or_table = {'Flippers': (0x356, 1, 0x379, 0x02), 'Pegasus Boots': (0x355, 1, 0x379, 0x04),
'Shovel': (0x34C, 1, 0x38C, 0x04),
'Flute': (0x34C, 2, 0x38C, 0x01),
'Flute': (0x34C, 2, 0x38C, 0x02),
'Activated Flute': (0x34C, 3, 0x38C, 0x01),
'Mushroom': (0x344, 1, 0x38C, 0x20 | 0x08), 'Magic Powder': (0x344, 2, 0x38C, 0x10),
'Blue Boomerang': (0x341, 1, 0x38C, 0x80), 'Red Boomerang': (0x341, 2, 0x38C, 0x40)}