diff options
author | Eduardo Quezada <eduardo602002@gmail.com> | 2020-06-21 02:36:46 -0400 |
---|---|---|
committer | Eduardo Quezada <eduardo602002@gmail.com> | 2020-06-21 02:36:46 -0400 |
commit | 7244b80fc6b19d7ae5d7b9d15ce6a70955696cc2 (patch) | |
tree | c5e7df567a6b4e459758e958f7793c36842d6101 /include | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Created constant for easier Ball Expansion.
Diffstat (limited to 'include')
-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 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 |