added logo splash screen
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 28 Oct 2022 19:02:56 +0000 (22:02 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 28 Oct 2022 19:02:56 +0000 (22:02 +0300)
commit97f8eca559ee318131a11436b12f06b61b8629ad
tree305aa5b6e08fe3549473c9581fb5629af7642847
parent2e5cc6552f3e43f97fa049bb91498b4ae8877438
added logo splash screen
20 files changed:
Makefile
src/data.h
src/data.s
src/game.c
src/gba/main.c
src/logoscr.c [new file with mode: 0644]
src/meshdata.h [new file with mode: 0644]
src/polyfill.c
src/polyfill.h
src/util.h
src/xgl.c
tools/meshdump/Makefile [new file with mode: 0644]
tools/meshdump/cmesh.c [new file with mode: 0644]
tools/meshdump/cmesh.h [new file with mode: 0644]
tools/meshdump/dynarr.c [new file with mode: 0644]
tools/meshdump/dynarr.h [new file with mode: 0644]
tools/meshdump/main.c [new file with mode: 0644]
tools/meshdump/meshload.c [new file with mode: 0644]
tools/meshdump/rbtree.c [new file with mode: 0644]
tools/meshdump/rbtree.h [new file with mode: 0644]