Merge pull request #1080 from AsparagusEduardo/EndBalls

Created constant for easier Ball Expansion.
This commit is contained in:
GriffinR
2020-07-14 19:56:20 -04:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -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