diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-19 10:06:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-19 10:06:32 -0400 |
commit | d57baf0c2231303622ade07a3ea1df2d795fd73c (patch) | |
tree | 6b3c7955fd307833da1c70d3479281736aeaf3dd /include/constants/items.h | |
parent | cc273a871dcecc74163cd3b8cd8d01ff34dc26f2 (diff) |
nutdata.c
Diffstat (limited to 'include/constants/items.h')
-rw-r--r-- | include/constants/items.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/items.h b/include/constants/items.h index 433532a4..a7fcc32f 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -128,7 +128,9 @@ #define ITEM_AIR_MAIL 146 #define ITEM_MOSAIC_MAIL 147 #define ITEM_BRICK_MAIL 148 + #define ITEM_CHERI_BERRY 149 +#define FIRST_BERRY_IDX ITEM_CHERI_BERRY #define ITEM_CHESTO_BERRY 150 #define ITEM_PECHA_BERRY 151 #define ITEM_RAWST_BERRY 152 |