diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 9f223c9b17..1b7c1ab718 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -280,7 +280,7 @@ #define MAX_TOTAL_EVS 510 #if I_VITAMIN_EV_CAP >= GEN_8 #define EV_ITEM_RAISE_LIMIT MAX_PER_STAT_EVS -#elif +#else #define EV_ITEM_RAISE_LIMIT 100 #endif