diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:09:53 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-27 20:09:53 -0500 |
commit | 88636dfc2a07790d9bdbba1ca56f4ca252d16f5b (patch) | |
tree | 9b31cc1b61577ee20fa50b8feec5c7780cbce3ef /include/berry.h | |
parent | 9840be1f0041e697f1aefbdc839a5227b7100112 (diff) | |
parent | 18c6b8efc21a509121ab4d6f5b9c8523689d27a2 (diff) |
Merge branch 'master' into clock
Diffstat (limited to 'include/berry.h')
-rw-r--r-- | include/berry.h | 10 |
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]; |