summaryrefslogtreecommitdiff
path: root/include/npc.h
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-07-07 16:48:16 -0700
committertheo3 <arisstephenson2@gmail.com>2020-07-07 16:48:16 -0700
commitd49be370d4e156d430aa405d2d0f176dfc5f780a (patch)
tree499831ef20e508f189fcf9ed2f64841208b97ebf /include/npc.h
parentf9e9fe0141a39997ae85a9b45b6b1b0151fec5b5 (diff)
header clean up
Diffstat (limited to 'include/npc.h')
-rw-r--r--include/npc.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/npc.h b/include/npc.h
index 32b575c9..b1a7c2b5 100644
--- a/include/npc.h
+++ b/include/npc.h
@@ -4,12 +4,6 @@
#ifndef NPC_H
#define NPC_H
-typedef struct {
- u16 palette;
- u8 animIndex;
- u8 unk;
-} SpriteLoadData;
-
extern void Gentari(Entity*);
extern void Gentari_Fusion(Entity*);
extern void Festari(Entity*);
@@ -175,4 +169,7 @@ extern void Phonograph(Entity*);
extern void NPC58(Entity*);
extern void NPC58_Head(Entity*);
+
+extern u32 UpdateFuseInteraction(Entity*);
+
#endif \ No newline at end of file