Update evolution.h

Added Sirfetch'd, Toxtricity and Runerigus evolution methods
This commit is contained in:
professorleondias 2020-05-28 18:45:45 -04:00 committed by GitHub
parent d6bbff2381
commit 33c7730b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@ enum EvolutionMethods
EVO_MOVE, // knows a given move
EVO_OTHER_PARTY_MON, //another poke in the party, arg is a specific species
EVO_LEVEL_SPECIFIC_TIME_RANGE, // above given level with a range (unknown is [start][end]. eg lycanroc -> 1700-1800 hrs -> 0x1112)
EVO_CRITICAL_HIT, // successfully land 3 critical hits in one battle
EVO_NATURE, // evolution based on nature at a certain level
EVO_DAMAGE_LOCATION // recieve 49+ damage in battle without fainting, walk to specific tile
};
#define EVO_GIGANTAMAX 0xFD
@ -76,4 +79,4 @@ enum MegaEvoVariants
#define MAP_NAME_ROUTE_12 0x70
#define MAP_NAME_VIVILL_WOODS 0x8C
#define MAP_NAME_ROUTE_16 0x74
#define MAP_NAME_ROUTE_17 0x75
#define MAP_NAME_ROUTE_17 0x75