summaryrefslogtreecommitdiff
path: root/include/berry.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-11-27 20:05:51 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2017-11-27 20:05:51 -0500
commitcbd2718b5e06afeaa86b2deb2ce740006d9ee389 (patch)
tree926885f4baa5671703707af2d76f65dc967167d8 /include/berry.h
parent73b0f9eb5358b839bfa5f3d1b4c4163fe893d428 (diff)
parent18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff)
Merge branch 'master' into link
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];