add save.commit() and save.write()

This commit is contained in:
suchmememanyskill
2021-07-26 01:45:35 +02:00
parent dea3294445
commit d2a0786875
6 changed files with 102 additions and 15 deletions

View File

@@ -14,4 +14,5 @@ void printScriptError(u8 errLevel, char* message, ...) {
if (errLevel < SCRIPT_WARN)
gfx_printf("\nError occured on or near line %d\n", (u32)scriptCurrentLine);
va_end(args);
hidWait();
}