Adds a bunch of evolution methods

This commit is contained in:
2021-06-27 12:23:26 +02:00
parent ecea85c26a
commit 74bd383093
6 changed files with 77 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ namespace PkmnLibSharpTests.Battling
}
protected override Pokemon Finalize(Species species, Forme forme, Item? heldItem, IReadOnlyCollection<LearnedMove> moves, Nature nature)
protected override Pokemon Finalize(Species species, Forme forme, Item heldItem, IReadOnlyCollection<LearnedMove> moves, Nature nature)
{
var pkmn = new Pokemon(Library, species, forme, Level, Experience, Uid, Gender, Coloring, heldItem,
Nickname, HiddenAbility, (byte) AbilityIndex, moves, IVs, EVs, nature, IsAllowedExperienceGain, IsEgg);