Loading animation data from the rom instead of decomp, partial impl
This commit is contained in:
@@ -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 );
|
||||
Reference in New Issue
Block a user