From 7244b80fc6b19d7ae5d7b9d15ce6a70955696cc2 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sun, 21 Jun 2020 02:36:46 -0400 Subject: Created constant for easier Ball Expansion. --- include/constants/items.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/constants/items.h b/include/constants/items.h index fafcac8b1..071e7a3e9 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -17,6 +17,8 @@ #define ITEM_LUXURY_BALL 11 #define ITEM_PREMIER_BALL 12 +#define END_BALLS ITEM_PREMIER_BALL + // Pokemon Items #define ITEM_POTION 13 #define ITEM_ANTIDOTE 14 -- cgit v1.2.3 From b31efcd6e3da8fc303a19d9845ca5e9a7d294747 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sun, 12 Jul 2020 01:49:32 -0400 Subject: Renamed constant, --- include/constants/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/constants/items.h b/include/constants/items.h index 071e7a3e9..ba4d3c49e 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -17,7 +17,7 @@ #define ITEM_LUXURY_BALL 11 #define ITEM_PREMIER_BALL 12 -#define END_BALLS ITEM_PREMIER_BALL +#define LAST_BALL ITEM_PREMIER_BALL // Pokemon Items #define ITEM_POTION 13 -- cgit v1.2.3