header clean up

This commit is contained in:
theo3
2020-07-07 16:48:16 -07:00
parent f9e9fe0141
commit d49be370d4
40 changed files with 115 additions and 188 deletions
+8
View File
@@ -2,6 +2,7 @@
#define SPRITE_H
#include "global.h"
#include "entity.h"
typedef struct {
u8 index;
@@ -28,4 +29,11 @@ typedef struct {
u8 numGfxTiles;
u16 gfxTileIndex;
} FrameGfxData;
typedef struct {
u16 palette;
u8 animIndex;
u8 unk;
} SpriteLoadData;
#endif