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_blender.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_blender.c')
-rw-r--r-- | src/berry_blender.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index 08a25c58a..252407562 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -34,7 +34,6 @@ #include "new_game.h" #include "save.h" #include "strings.h" -#include "constants/berry.h" #include "constants/game_stat.h" #include "constants/items.h" #include "constants/rgb.h" |