diff --git a/arm9/source/driveMenu.cpp b/arm9/source/driveMenu.cpp index 35af8f4..776f1d4 100644 --- a/arm9/source/driveMenu.cpp +++ b/arm9/source/driveMenu.cpp @@ -326,7 +326,7 @@ void driveMenu (void) { screenMode = 1; break; } - } else if (dmAssignedOp[dmCursorPosition] == 4) { + } else if (dmAssignedOp[dmCursorPosition] == 4 && (sdMounted || flashcardMounted)) { dmTextPrinted = false; ndsCardDump(); } else if (dmAssignedOp[dmCursorPosition] == 5 && isDSiMode() && ramdrive1Mounted) {