diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-14 14:15:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:15:51 -0500 |
commit | a85ac11b28affab06ddb9aa16dceb0d835de9c23 (patch) | |
tree | 29a3df5b5e53aacb75d8f3db1a1c0be98124be70 /src/berry.c | |
parent | 78925916f3fcceca714b8a9ffa8400e33470eae3 (diff) | |
parent | 20b76c6071ee6630a825aee9c34cf72efcc9a35f (diff) |
Merge pull request #1325 from GriffinRichards/constants-berrytree
Add berry tree id constants
Diffstat (limited to 'src/berry.c')
-rw-r--r-- | src/berry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/berry.c b/src/berry.c index 022fdc934..ea62deabf 100644 --- a/src/berry.c +++ b/src/berry.c @@ -11,7 +11,6 @@ #include "random.h" #include "string_util.h" #include "text.h" -#include "constants/berry.h" #include "constants/event_object_movement.h" #include "constants/items.h" |