From f35d1edb5ed10d37131f59cb07d1522fd53861ea Mon Sep 17 00:00:00 2001 From: Danny Tsai Date: Tue, 5 Nov 2024 03:40:12 +0800 Subject: [PATCH] Fix syntax: NULL is required --- 3DS/ctrcheck.gm9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3DS/ctrcheck.gm9 b/3DS/ctrcheck.gm9 index 9b10fc6..1c63122 100644 --- a/3DS/ctrcheck.gm9 +++ b/3DS/ctrcheck.gm9 @@ -381,7 +381,7 @@ if find 9:/RECOVERYFLAG NULL end set PREVIEW_MODE "ctrcheck v$[VERSION]\nCurrently processing: NAND. Progress:\n \nNAND Header: DONE\nNAND Sectors: DONE\nCTRNAND: !!!\nTWLNAND: ---\nTWLP: ---\nFIRM Partitions: ---" set TRYRECOVERY "0" -if find S:/essential.exefs +if find S:/essential.exefs NULL if ask "Critical files in the CTRNAND are invalid,\nbut a backup was found.\nPress (A) to enter data recovery mode.\n \n(If you have already tried this recently,\nyou may safely skip this part.)" allow -a 1: set TRYRECOVERY "1"