Remove redundancy in berry.c

This commit is contained in:
Slawter666
2018-11-06 23:15:57 +00:00
parent bd766b9049
commit 15117a8d09
2 changed files with 3 additions and 8 deletions

View File

@@ -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
{