projects
/
gbajam22
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc319f
)
back to starting with the logo screen
author
John Tsiombikas
<nuclear@member.fsf.org>
Mon, 31 Oct 2022 22:40:46 +0000
(
00:40
+0200)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Mon, 31 Oct 2022 22:40:46 +0000
(
00:40
+0200)
src/gba/main.c
patch
|
blob
|
history
diff --git
a/src/gba/main.c
b/src/gba/main.c
index
478b8f6
..
4ade404
100644
(file)
--- 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");
}