diff --git a/arm9/src/install.c b/arm9/src/install.c index 05438bf..4772296 100644 --- a/arm9/src/install.c +++ b/arm9/src/install.c @@ -480,11 +480,10 @@ bool install(char* fpath, bool systemTitle) { h->tid_high = 0x00030015; fixHeader = true; - } + } else { - if (choicePrint("Try installing anyway?") == NO) - goto error; + goto error; } } }