display mirror scroll icon on start screen if enabled

This commit is contained in:
theclearmouse
2025-01-19 22:41:55 -05:00
committed by GitHub
parent d5385ea8af
commit 265578dca5

View File

@@ -228,7 +228,7 @@ class InitialSram:
equip[0x343] = min(starting_bombs, equip[0x370]) equip[0x343] = min(starting_bombs, equip[0x370])
equip[0x377] = min(starting_arrows, equip[0x371]) equip[0x377] = min(starting_arrows, equip[0x371])
if not startingstate.has('Magic Mirror', player) and world.doorShuffle[player] != 'vanilla': if not startingstate.has('Magic Mirror', player) and (world.doorShuffle[player] != 'vanilla' or world.mirrorscroll[player]):
equip[0x353] = 1 equip[0x353] = 1
# Assertion and copy equip to initial_sram_bytes # Assertion and copy equip to initial_sram_bytes