mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-15 01:22:59 -07:00
Excludes the master sword in the Ganon Battle from triggering autosave. (#1594)
This commit is contained in:
parent
ee505fc47d
commit
41eb6c585d
1 changed files with 4 additions and 0 deletions
|
@ -2607,6 +2607,10 @@ void PerformAutosave(GlobalContext* globalCtx, u8 item) {
|
||||||
case ITEM_ARROWS_LARGE:
|
case ITEM_ARROWS_LARGE:
|
||||||
case ITEM_SEEDS_30:
|
case ITEM_SEEDS_30:
|
||||||
break;
|
break;
|
||||||
|
case ITEM_SWORD_MASTER:
|
||||||
|
if (globalCtx->sceneNum == SCENE_GANON_DEMO) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
Gameplay_PerformSave(globalCtx);
|
Gameplay_PerformSave(globalCtx);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue