From bffb8c0a10f6e67e5b747f83389a2d68d49255d9 Mon Sep 17 00:00:00 2001 From: LittleCube Date: Tue, 29 Apr 2025 18:23:52 -0400 Subject: [PATCH] fix comments above funcs --- patches/save_patches.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/save_patches.c b/patches/save_patches.c index 895c754..2ebf234 100644 --- a/patches/save_patches.c +++ b/patches/save_patches.c @@ -11,7 +11,7 @@ void Sleep_Msec(u32 ms); extern u16 D_801F6AF0; extern u8 D_801F6AF2; -// @recomp Patched to not wait a hardcoded amount of time for the save to complete. +// @recomp Patched to wait a much shorter amount of time for the save to complete. RECOMP_PATCH void Sram_UpdateWriteToFlashDefault(SramContext* sramCtx) { if (sramCtx->status == 2) { if (SysFlashrom_IsBusy() != 0) { // if task running @@ -29,7 +29,7 @@ RECOMP_PATCH void Sram_UpdateWriteToFlashDefault(SramContext* sramCtx) { } } -// @recomp Patched to not wait a hardcoded amount of time for the save to complete. +// @recomp Patched to wait a much shorter amount of time for the save to complete. RECOMP_PATCH void Sram_UpdateWriteToFlashOwlSave(SramContext* sramCtx) { if (sramCtx->status == 7) { if (SysFlashrom_IsBusy() != 0) { // Is task running