back to starting with the logo screen
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 31 Oct 2022 22:40:46 +0000 (00:40 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 31 Oct 2022 22:40:46 +0000 (00:40 +0200)
src/gba/main.c

index 478b8f6..4ade404 100644 (file)
@@ -45,7 +45,7 @@ int main(void)
                panic(get_pc(), "failed to initialize screens");
        }
 
-       if(change_screen(find_screen("game")) == -1) {
+       if(change_screen(find_screen("logo")) == -1) {
                panic(get_pc(), "failed to find starting screen");
        }