mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 01:55:38 -05:00
Fix Meowstic Genders
This commit is contained in:
@@ -30,7 +30,7 @@ enum EvolutionMethods
|
||||
EVO_LEVEL_SHEDINJA,
|
||||
EVO_BEAUTY,
|
||||
// new evolutions
|
||||
EVO_RAINY_OW, // raining in overworld
|
||||
EVO_RAINY_FOGGY_OW, // raining or foggy in overworld
|
||||
EVO_MOVE_TYPE, // knows a move with a specific type (eg. sylveon: fairy type move). Param is the move type
|
||||
EVO_TYPE_IN_PARTY, //specific type (param) in party after given level (unknown).
|
||||
EVO_MAP, // specific map evolution. bank in param, map in unknown
|
||||
|
||||
Reference in New Issue
Block a user