finish up basic errorcode functions

This commit is contained in:
ZetaDesigns
2017-09-05 21:31:50 +02:00
parent a77b29da92
commit 539e95253c
4 changed files with 15 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ int main(void)
}
else if (kDown & KEY_L)
{
throw_error("TEST");
splash_mode = !splash_mode;
} else if (kDown & KEY_R)
{
if (splash_mode || preview_mode) {