sprites 256c, shadow oam, sprite transforms, sinlut
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 19 Apr 2021 14:10:27 +0000 (17:10 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 19 Apr 2021 14:10:27 +0000 (17:10 +0300)
commit2718dd43c524c4b313de8acc3cc97c497810064b
tree2a865aa3f061c0e80d7dff345c500da839ed5470
parent6a650e3e08da161fcebeb9181da60e110893fa8b
sprites 256c, shadow oam, sprite transforms, sinlut
13 files changed:
.gitignore
Makefile
src/data.h
src/data.s
src/dma.c
src/game.h
src/gamescr.c
src/main.c
src/sprite.c [new file with mode: 0644]
src/sprite.h [new file with mode: 0644]
src/util.h
tools/lutgen.c [new file with mode: 0644]
tools/tungen.c