mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 23:22:03 -04:00
header clean up
This commit is contained in:
+3
-6
@@ -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
|
||||
Reference in New Issue
Block a user