Invert bitfield for pseudoflute

This commit is contained in:
2026-01-15 04:05:51 -06:00
parent 7bec1f899c
commit 5b6187d6ab
3 changed files with 2 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ class InitialSram:
starting_magic = 0
if world.flute_mode[player] == 'pseudo':
self._initial_sram_bytes[0x3C2] = 0x00
self._initial_sram_bytes[0x3C2] = 0xFF
equip[0x34C] = 0x03
equip[0x38C] = 0x01
@@ -119,9 +119,6 @@ class InitialSram:
equip[0x37B] = 1
starting_magic = 0x80
if startingstate.has('Ocarina (Activated)', player) or startingstate.has('Ocarina', player):
self._initial_sram_bytes[0x3C2] = 0xFF
if world.mode[player] == 'standard' and world.logic[player] not in ['noglitches', 'minorglitches']:
if startingstate.has('Ocarina (Activated)', player):
self.pre_set_overworld_flag(0x18, 0x20)