diff options
Diffstat (limited to 'src/berry.c')
-rw-r--r-- | src/berry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry.c b/src/berry.c index 0c1553463..8522ca9c7 100644 --- a/src/berry.c +++ b/src/berry.c @@ -2,7 +2,7 @@ #include "berry.h" #include "main.h" #include "item.h" -#include "items.h" +#include "constants/items.h" #include "text.h" #include "rng.h" #include "event_data.h" |