ALttP: fix ROM crash when loading mail/shield overflow sprite in hard/expert
This commit is contained in:
parent
cf2e37f92d
commit
cb3db8ae16
worlds/alttp
|
@ -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)'],
|
||||
|
|
Loading…
Reference in New Issue