mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-04-25 07:36:55 -05:00
Update evolution.h
Added Sirfetch'd, Toxtricity and Runerigus evolution methods
This commit is contained in:
parent
d6bbff2381
commit
33c7730b14
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user