summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Quezada <eduardo602002@gmail.com>2020-07-12 01:49:32 -0400
committerEduardo Quezada <eduardo602002@gmail.com>2020-07-12 01:49:32 -0400
commitb31efcd6e3da8fc303a19d9845ca5e9a7d294747 (patch)
tree417e220ea8953dcd907c72963398c8f030472f1e /include
parent7244b80fc6b19d7ae5d7b9d15ce6a70955696cc2 (diff)
Renamed constant,
Diffstat (limited to 'include')
-rw-r--r--include/constants/items.h2
1 files changed, 1 insertions, 1 deletions
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