Animation data loaded from rom

This commit is contained in:
jaburns
2020-10-10 12:26:48 -06:00
parent 178bbf5359
commit b7d546099d
8 changed files with 85 additions and 169 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
#include "include/types.h"
extern void *gMarioAnimsPtr;
extern struct Animation *gLibSm64MarioAnimations;
//extern void *gMarioAnimsPtr;
extern void load_mario_anims_from_rom( uint8_t *rom );