feat: various indicators for fake boots and mirror scroll added

This commit is contained in:
aerinon
2024-06-14 17:06:35 -06:00
parent fe28c17637
commit 9a34024d90
4 changed files with 5 additions and 2 deletions

View File

@@ -210,6 +210,9 @@ class InitialSram:
equip[0x371] = min(starting_arrow_cap_upgrades, 70)
equip[0x343] = min(starting_bombs, equip[0x370])
equip[0x377] = min(starting_arrows, equip[0x371])
if not startingstate.has('Magic Mirror', player) and world.doorShuffle[player] != 'vanilla':
equip[0x353] = 1
# Assertion and copy equip to initial_sram_bytes
assert equip[:0x340] == [0] * 0x340

View File

@@ -1,6 +1,6 @@
# New Features
None for this release.
File Select/End Game screen: Mirror Scroll and Pseudoboots added (Thanks Hiimcody!)
# Patch Notes

2
Rom.py
View File

@@ -42,7 +42,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '2cbc343d4d554d38d3b0c9c348ca6601'
RANDOMIZERBASEHASH = 'f38b8d05463222c940e9e8115f2f1ddb'
class JsonRom(object):

Binary file not shown.