Loading animation data from the rom instead of decomp, partial impl

This commit is contained in:
jaburns
2020-10-10 10:36:41 -06:00
parent 5688ac1c00
commit 178bbf5359
8 changed files with 200 additions and 19 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
#include <stdint.h>
#include <stddef.h>
#include "include/types.h"
extern void *gMarioAnimsPtr;
extern void load_mario_anims_from_rom( uint8_t *rom );