From: John Tsiombikas Date: Mon, 31 Oct 2022 22:40:46 +0000 (+0200) Subject: back to starting with the logo screen X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gbajam22;a=commitdiff_plain;h=068bc9262b77d134440d149c0e124f5510ae4c68 back to starting with the logo screen --- diff --git a/src/gba/main.c b/src/gba/main.c index 478b8f6..4ade404 100644 --- a/src/gba/main.c +++ b/src/gba/main.c @@ -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"); }