diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 15:25:12 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 15:25:12 -0500 |
commit | 0851c34bac0f38699e3442d8b79c4d7fe52ca71c (patch) | |
tree | b65a9c294db4e297f923f2e81570ba53c861506d /src/berry.c | |
parent | 2b5f7fe151d548230d2af4c6b0240252300032d0 (diff) |
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" |