summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-11-27 13:34:15 -0600
committerGitHub <noreply@github.com>2017-11-27 13:34:15 -0600
commit64e648098870bbae6f28ede1e391d0bacab60ffa (patch)
tree116e6a90c275191d25b9b892fac3851e3674e580 /include/berry.h
parent1e4f12e6fa9e3b22d4f1a60ca69313b5dec0ca38 (diff)
parent237261e193d75addf47fc0736b2d9ed10c8d3195 (diff)
Merge pull request #116 from DizzyEggg/decompile_berry_blender
Decompile berry blender
Diffstat (limited to 'include/berry.h')
-rw-r--r--include/berry.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/berry.h b/include/berry.h
index f51503d41..425a664c9 100644
--- a/include/berry.h
+++ b/include/berry.h
@@ -11,6 +11,16 @@ enum
BERRY_FIRMNESS_SUPER_HARD,
};
+enum
+{
+ FLAVOR_SPICY,
+ FLAVOR_DRY,
+ FLAVOR_SWEET,
+ FLAVOR_BITTER,
+ FLAVOR_SOUR,
+ FLAVOR_COUNT
+};
+
#define NUM_BERRIES 44
extern const u8 *const gBerryTreeFieldObjectGraphicsIdTablePointers[NUM_BERRIES];