X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgba%2Fmain.c;h=925aebf26ee77670a4c3050958fd71b6d2584225;hb=5c4d558de0e36ab49283c9c529b49b8d6b62f146;hp=982463faa96a0f4a687c25d5b5a8ec7ee0e74fa5;hpb=6b0898f9d8679ded163ab9e113985395385a0b8e;p=gbajam22 diff --git a/src/gba/main.c b/src/gba/main.c index 982463f..925aebf 100644 --- a/src/gba/main.c +++ b/src/gba/main.c @@ -40,7 +40,7 @@ int main(void) panic(get_pc(), "failed to initialize screens"); } - if(change_screen(find_screen("logo")) == -1) { + if(change_screen(find_screen("game")) == -1) { panic(get_pc(), "failed to find starting screen"); }