mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-26 20:34:07 -05:00
Add every level evolution randomizer
Every new level up grants an evolution to the Pokémon. Makes for an incredibly varied playthrough!
This commit is contained in:
@@ -8,7 +8,7 @@ public class EvolutionMethod
|
||||
public EvolutionType Method;
|
||||
public int Species;
|
||||
public int Argument;
|
||||
public int Form = -1;
|
||||
public int Form;
|
||||
public int Level;
|
||||
|
||||
public EvolutionMethod Copy(int species = -1)
|
||||
|
||||
Reference in New Issue
Block a user