From 58786a7ac03b919254d381dd705ea7a82b5a041c Mon Sep 17 00:00:00 2001 From: Thomas Winwood Date: Fri, 28 Aug 2020 02:25:02 +0100 Subject: Add MAX_PER_STAT_EVS macro --- include/constants/pokemon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants') diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 286726838..f026fa0e3 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -230,6 +230,7 @@ #define STATUS_PRIMARY_POKERUS 6 #define STATUS_PRIMARY_FAINTED 7 +#define MAX_PER_STAT_EVS 255 #define MAX_TOTAL_EVS 510 #define EV_ITEM_RAISE_LIMIT 100 -- cgit v1.2.3