ALttP: fix ROM crash when loading mail/shield overflow sprite in hard/expert

This commit is contained in:
espeon65536 2022-03-22 12:34:23 -05:00 committed by Fabian Dill
parent cf2e37f92d
commit cb3db8ae16
1 changed files with 3 additions and 4 deletions
worlds/alttp

View File

@ -128,7 +128,7 @@ difficulties = {
progressiveshield=['Progressive Shield'] * 3,
basicshield=['Blue Shield', 'Red Shield', 'Red Shield'],
progressivearmor=['Progressive Mail'] * 2,
basicarmor=['Progressive Mail'] * 2, # neither will count
basicarmor=['Blue Mail', 'Blue Mail'] * 2,
swordless=['Rupees (20)'] * 4,
progressivemagic=['Magic Upgrade (1/2)', 'Rupees (300)'],
basicmagic=['Magic Upgrade (1/2)', 'Rupees (300)'],
@ -158,10 +158,9 @@ difficulties = {
bottle_count=4,
same_bottle=False,
progressiveshield=['Progressive Shield'] * 3,
basicshield=['Progressive Shield'] * 3,
# only the first one will upgrade, making this equivalent to two blue shields
basicshield=['Blue Shield', 'Blue Shield', 'Blue Shield'],
progressivearmor=['Progressive Mail'] * 2, # neither will count
basicarmor=['Progressive Mail'] * 2, # neither will count
basicarmor=['Rupees (20)'] * 2,
swordless=['Rupees (20)'] * 4,
progressivemagic=['Magic Upgrade (1/2)', 'Rupees (300)'],
basicmagic=['Magic Upgrade (1/2)', 'Rupees (300)'],