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
-1
View File
@@ -6,6 +6,5 @@
#include "include/types.h"
extern struct Animation *gLibSm64MarioAnimations;
//extern void *gMarioAnimsPtr;
extern void load_mario_anims_from_rom( uint8_t *rom );