Loading and animating mario textures from rom

This commit is contained in:
jaburns
2020-10-12 00:32:36 -06:00
parent 75b12d47f1
commit 8f893d6c0b
19 changed files with 11402 additions and 15 deletions
Vendored
+1 -1
View File
@@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
CC='cc -g'
CFLAGS='-Wall -fPIC'
BIN_FILE='dist/libsm64.so'
LDFLAGS=''
LDFLAGS='-lm'
c_to_obj() {
printf 'build/'