diff --git a/arm9/source/hexEditor.cpp b/arm9/source/hexEditor.cpp index 57eba56..01a5cfa 100644 --- a/arm9/source/hexEditor.cpp +++ b/arm9/source/hexEditor.cpp @@ -59,10 +59,8 @@ void hexEditor(const char *path, int drive) { FILE *file = fopen(path, drive < 4 ? "rb+" : "rb"); - if(!file) { - nocashMessage("test"); + if(!file) return; - } consoleClear();