mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
ALttP: fix ROM crash when loading mail/shield overflow sprite in hard/expert
This commit is contained in:
@@ -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)'],
|
||||
|
Reference in New Issue
Block a user