From 67f53c05a5b169f9f31f1cdc674ce1cae68c033f Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 14 Jan 2022 11:14:21 -0600 Subject: [PATCH] Remove option to install when exceeding DSi Menu limit Apparently this doens't actually cause 'an error has occurred', however I'd still rather not allow that risk as there's not really any reason to and if it somehow did cause the error without Unlaunch that'd be a brick --- arm9/src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/src/install.c b/arm9/src/install.c index 0933bd3..05438bf 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -141,7 +141,7 @@ static bool _openMenuSlot() iprintf("\x1B[31m"); //red iprintf("No\n"); iprintf("\x1B[47m"); //white - return choicePrint("Try installing anyway?"); + return false; } iprintf("\x1B[42m"); //green