diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 0d6a20e2b9..8c66b4a4a6 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -202,7 +202,7 @@ #define USE_RANDOM_IVS (MAX_PER_STAT_IVS + 1) #define MAX_PER_STAT_EVS 255 #define MAX_TOTAL_EVS 510 -#define EV_ITEM_RAISE_LIMIT 100 +#define EV_ITEM_RAISE_LIMIT 252 // Battle move flags #define FLAG_MAKES_CONTACT (1 << 0)