From 07bdfbc1763de29e200cda74051d7ce29a9703a9 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Thu, 3 Dec 2020 00:09:39 -0700 Subject: [PATCH] Update arm9.c --- arm9/source/arm9.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arm9/source/arm9.c b/arm9/source/arm9.c index 0f4fd33..c60312e 100644 --- a/arm9/source/arm9.c +++ b/arm9/source/arm9.c @@ -174,8 +174,9 @@ int restoreNAND(nocash_footer_t *footer){ fseek(f, 0, SEEK_SET); - iprintf("Restoring... \n"); - iprintf("Do not turn off the power.\n"); + iprintf("Restoring...\n"); + iprintf("Do not turn off the power,\n"); + iprintf("or remove the SD card.\n"); iprintf("\x1b[16;0H"); iprintf("Progress: 0%%\nSectors written: 0\n");