summaryrefslogtreecommitdiff
path: root/src/npc/picolyteBottle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/picolyteBottle.c')
-rw-r--r--src/npc/picolyteBottle.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/npc/picolyteBottle.c b/src/npc/picolyteBottle.c
index c384b53b..16170a02 100644
--- a/src/npc/picolyteBottle.c
+++ b/src/npc/picolyteBottle.c
@@ -5,15 +5,19 @@
* @brief Picolyte Bottle NPC
*/
#include "entity.h"
-#include "functions.h"
#include "hitbox.h"
#include "kinstone.h"
#include "message.h"
#include "npc.h"
#include "object.h"
+#include "asm.h"
+#include "common.h"
+#include "flags.h"
+#include "room.h"
+#include "physics.h"
+#include "player.h"
#include "screenTransitions.h"
#include "script.h"
-#include "structures.h"
typedef struct {
/*0x00*/ Entity base;