Invert bitfield for pseudoflute
This commit is contained in:
@@ -72,7 +72,7 @@ class InitialSram:
|
|||||||
starting_magic = 0
|
starting_magic = 0
|
||||||
|
|
||||||
if world.flute_mode[player] == 'pseudo':
|
if world.flute_mode[player] == 'pseudo':
|
||||||
self._initial_sram_bytes[0x3C2] = 0x00
|
self._initial_sram_bytes[0x3C2] = 0xFF
|
||||||
equip[0x34C] = 0x03
|
equip[0x34C] = 0x03
|
||||||
equip[0x38C] = 0x01
|
equip[0x38C] = 0x01
|
||||||
|
|
||||||
@@ -119,9 +119,6 @@ class InitialSram:
|
|||||||
equip[0x37B] = 1
|
equip[0x37B] = 1
|
||||||
starting_magic = 0x80
|
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 world.mode[player] == 'standard' and world.logic[player] not in ['noglitches', 'minorglitches']:
|
||||||
if startingstate.has('Ocarina (Activated)', player):
|
if startingstate.has('Ocarina (Activated)', player):
|
||||||
self.pre_set_overworld_flag(0x18, 0x20)
|
self.pre_set_overworld_flag(0x18, 0x20)
|
||||||
|
|||||||
2
Rom.py
2
Rom.py
@@ -44,7 +44,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
|
|||||||
|
|
||||||
|
|
||||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = 'e188d59e5925d7ac84222b4e1cd5de6a'
|
RANDOMIZERBASEHASH = 'b49dca0b287af631e80952409f10cbb1'
|
||||||
|
|
||||||
|
|
||||||
class JsonRom(object):
|
class JsonRom(object):
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user