From 89f6036e77914687069a238d692f97cf17aa08fe Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 24 Nov 2020 23:47:07 -0300 Subject: [PATCH] Bumped EVOS_PER_MON from 8 to 10 --- 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 9129f4a71..28eb3701e 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -304,7 +304,7 @@ #define EVO_LEVEL_DARK_TYPE_MON_IN_PARTY 30 // Pokémon reaches the specified level with a Dark Type Pokémon in party #define EVO_TRADE_SPECIFIC_MON 31 // Pokémon is traded for a specified Pokémon -#define EVOS_PER_MON 8 +#define EVOS_PER_MON 10 #define NUM_MALE_LINK_FACILITY_CLASSES 8 #define NUM_FEMALE_LINK_FACILITY_CLASSES 8