diff --git a/include/global.h b/include/global.h index b9ec85adec..0f94df18a6 100644 --- a/include/global.h +++ b/include/global.h @@ -72,8 +72,6 @@ #define Q_4_12_ROUND ((1) << (12 - 1)) #define UQ_4_12_ROUND ((1) << (12 - 1)) -#define POKEMON_SLOTS_NUMBER 412 - #define min(a, b) ((a) < (b) ? (a) : (b)) #define max(a, b) ((a) >= (b) ? (a) : (b))