summaryrefslogtreecommitdiff
path: root/src/berry.c
diff options
context:
space:
mode:
authorGarak <thomastaps194@comcast.net>2018-07-13 22:22:43 -0400
committerGitHub <noreply@github.com>2018-07-13 22:22:43 -0400
commit67242f5d0fae1c573d74117b3ce3cf9bef48489e (patch)
tree6cbdbe8e87708ffca6a49d6b507ed6341b26f4e2 /src/berry.c
parent6c5d1c4a3de2f1a2d1855a542a6a5d53e4daf936 (diff)
parent68cf5eb3cbff3b0eac6cd348c7e6c594c287d67b (diff)
Merge pull request #10 from pret/master
sync with source repo
Diffstat (limited to 'src/berry.c')
-rw-r--r--src/berry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/berry.c b/src/berry.c
index 323cb39cf..6e7d4592c 100644
--- a/src/berry.c
+++ b/src/berry.c
@@ -1,5 +1,4 @@
#include "global.h"
-#include "constants/items.h"
#include "berry.h"
#include "field_control_avatar.h"
#include "event_object_movement.h"
@@ -12,6 +11,8 @@
#include "random.h"
#include "task.h"
#include "text.h"
+#include "constants/event_object_movement_constants.h"
+#include "constants/items.h"
#ifdef ENGLISH
#define NAME_CHERI_BERRY _("CHERI")