From 2f0c4de6af11c07c9d3338257eaf47088d9e91f4 Mon Sep 17 00:00:00 2001 From: Doctor Dink Date: Sun, 10 Aug 2025 17:00:30 -0400 Subject: [PATCH] Rock Sirloin Persistance removed --- patches/autosaving.c | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/autosaving.c b/patches/autosaving.c index 2cb6bc7..1452c08 100644 --- a/patches/autosaving.c +++ b/patches/autosaving.c @@ -682,6 +682,7 @@ RECOMP_PATCH void Sram_OpenSave(FileSelectState* fileSelect, SramContext* sramCt fileNum = gSaveContext.fileNum; func_80147314(sramCtx, fileNum); } + gSaveContext.unk_1014 = 0; // Don't load with the Rock Sirloin in hand. // @recomp Initialize the autosave state tracking. autosave_init();