From bc1524cf5948ca4f831df42260748c4f0a55e6a0 Mon Sep 17 00:00:00 2001 From: Eduardo Alvaro Quezada D'Ottone Date: Sun, 9 Feb 2020 07:05:01 -0300 Subject: [PATCH] Fixed evolution constants (#264) --- include/constants/pokemon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 0d2bbb0dd..ea80b5f9f 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -290,9 +290,9 @@ #define EVO_MAP 0x0019 // Pokémon levels up on specified map #define EVO_ITEM_MALE 0x001A // specified item is used on a male Pokémon #define EVO_ITEM_FEMALE 0x001B // specified item is used on a female Pokémon -#define EVO_LEVEL_RAIN 0x001B // Pokémon reaches the specified level while it's raining -#define EVO_SPECIFIC_MON_IN_PARTY 0x001C // Pokémon levels up with a specified Pokémon in party -#define EVO_LEVEL_SPECIFIC_MON_TYPE_IN_PARTY 0x001D // Pokémon reaches the specified level with a specified Pokémon in party +#define EVO_LEVEL_RAIN 0x001C // Pokémon reaches the specified level while it's raining +#define EVO_SPECIFIC_MON_IN_PARTY 0x001D // Pokémon levels up with a specified Pokémon in party +#define EVO_LEVEL_SPECIFIC_MON_TYPE_IN_PARTY 0x001E // Pokémon reaches the specified level with a specified Pokémon in party #define EVOS_PER_MON 8