diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-06 23:15:57 +0000 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-11-06 23:15:57 +0000 |
commit | 15117a8d09743141595b3a8a1075b2fb74ccc8f7 (patch) | |
tree | 7a5af12f4950c16ce201aa5c5dc52d685cc78f24 /include | |
parent | bd766b90491909b6bdd4c47a1cbd526f22bdc9c3 (diff) |
Remove redundancy in berry.c
Diffstat (limited to 'include')
-rw-r--r-- | include/berry.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/berry.h b/include/berry.h index cfd66c61e..bef56ae41 100644 --- a/include/berry.h +++ b/include/berry.h @@ -2,11 +2,6 @@ #define GUARD_BERRY_H #define BERRY_NONE 0 -#define FIRST_BERRY ITEM_CHERI_BERRY -#define LAST_BERRY ITEM_ENIGMA_BERRY - -#define GETBERRYID(berry) ((berry - FIRST_BERRY) + 1) -#define GETITEMID(berry) ((berry + FIRST_BERRY) - 1) enum { |