From 72734ef97d27471306101ca0a9982100f23d4375 Mon Sep 17 00:00:00 2001 From: dionmoustos Date: Fri, 30 Jan 2026 18:20:53 +1030 Subject: [PATCH] set limit to 252 --- include/constants/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.49.1