From 7a7b469b5494894d9f504b2c4e237aec47b06ebb Mon Sep 17 00:00:00 2001 From: dionmoustos Date: Fri, 30 Jan 2026 18:22:13 +1030 Subject: [PATCH] set limit to 252 (#23) Reviewed-on: https://gitea.moustos.net/dionmoustos/PokemonEmeraldSafariFrontier/pulls/23 --- 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)