summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/npc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/npc.h b/include/npc.h
new file mode 100644
index 00000000..0dbd696c
--- /dev/null
+++ b/include/npc.h
@@ -0,0 +1,13 @@
+#include "global.h"
+#include "entity.h"
+
+#ifndef NPC_H
+#define NPC_H
+
+typedef struct {
+ u16 palette;
+ u8 animIndex;
+ u8 unk;
+} SpriteLoadThing;
+
+#endif \ No newline at end of file