Files
tmc/include/npc.h
T
2020-06-15 21:19:18 -07:00

13 lines
153 B
C

#include "global.h"
#include "entity.h"
#ifndef NPC_H
#define NPC_H
typedef struct {
u16 palette;
u8 animIndex;
u8 unk;
} SpriteLoadData;
#endif