summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-06-24 17:00:19 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-06-24 17:00:19 -0400
commit06025e887f911acb1d777bbe80d9766a881122c6 (patch)
tree3e3fcc3648658d53097fe7067bdf17041dfb171f /src/item_use.c
parent46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff)
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'src/item_use.c')
-rwxr-xr-xsrc/item_use.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/item_use.c b/src/item_use.c
index ff689a19a..0aae441c8 100755
--- a/src/item_use.c
+++ b/src/item_use.c
@@ -38,11 +38,9 @@
#include "text.h"
#include "constants/event_bg.h"
#include "constants/event_objects.h"
-#include "constants/flags.h"
#include "constants/item_effects.h"
#include "constants/items.h"
#include "constants/songs.h"
-#include "constants/vars.h"
static void SetUpItemUseCallback(u8 taskId);
static void FieldCB_UseItemOnField(void);