mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-10 12:20:16 -05:00
Excludes the master sword in the Ganon Battle from triggering autosave. (#1594)
This commit is contained in:
parent
ee505fc47d
commit
41eb6c585d
@ -2607,6 +2607,10 @@ void PerformAutosave(GlobalContext* globalCtx, u8 item) {
|
||||
case ITEM_ARROWS_LARGE:
|
||||
case ITEM_SEEDS_30:
|
||||
break;
|
||||
case ITEM_SWORD_MASTER:
|
||||
if (globalCtx->sceneNum == SCENE_GANON_DEMO) {
|
||||
break;
|
||||
}
|
||||
default:
|
||||
Gameplay_PerformSave(globalCtx);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user