From ad8582064bf18b1cc554fe4ff8b147c1c329a72d Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Fri, 19 Nov 2021 18:49:30 -0300 Subject: [PATCH] #elif without condition bad, #else good --- 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 9f223c9b1..1b7c1ab71 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