Fix Meowstic Genders

This commit is contained in:
Skeli
2019-11-06 11:21:02 +02:00
parent fd36ad8b1e
commit 4926b4fb29
3 changed files with 4 additions and 4 deletions

View File

@@ -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