From 15117a8d09743141595b3a8a1075b2fb74ccc8f7 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Tue, 6 Nov 2018 23:15:57 +0000 Subject: Remove redundancy in berry.c --- include/berry.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3