summaryrefslogtreecommitdiff
path: root/include/constants/items.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-14 19:56:20 -0400
committerGitHub <noreply@github.com>2020-07-14 19:56:20 -0400
commitc177872c9c66b1e1c06a22c2378bb2f790f663fd (patch)
treecaa3cb60a60d9f0a2b0e6f90f67e2c029a00f6d2 /include/constants/items.h
parent617e411aca5db4c8f3a319c1a23ac7a6343e3a87 (diff)
parentb31efcd6e3da8fc303a19d9845ca5e9a7d294747 (diff)
Merge pull request #1080 from AsparagusEduardo/EndBalls
Created constant for easier Ball Expansion.
Diffstat (limited to 'include/constants/items.h')
-rw-r--r--include/constants/items.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/items.h b/include/constants/items.h
index fafcac8b1..ba4d3c49e 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 LAST_BALL ITEM_PREMIER_BALL
+
// Pokemon Items
#define ITEM_POTION 13
#define ITEM_ANTIDOTE 14