From 5883acd5b95471a3dee4c8aef12a431e4e77c05e Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 26 Nov 2019 16:12:35 -0800 Subject: [PATCH] Fix florges/floette evo tree No personal stats for those evos different from main species --- PKHeX.Core/Legality/Evolutions/EvolutionTree.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/PKHeX.Core/Legality/Evolutions/EvolutionTree.cs b/PKHeX.Core/Legality/Evolutions/EvolutionTree.cs index 1f5ab898d..8dd7886cc 100644 --- a/PKHeX.Core/Legality/Evolutions/EvolutionTree.cs +++ b/PKHeX.Core/Legality/Evolutions/EvolutionTree.cs @@ -183,9 +183,6 @@ private void FixEvoTreeSM() UnpackForms((int)Species.Wormadam, 2); UnpackForms((int)Species.Gastrodon, 1); UnpackForms((int)Species.Meowstic, 1); - UnpackForms((int)Species.Floette, 4); - Lineage[(int)Species.Florges].Chain.RemoveAt(0); // ??? - UnpackForms((int)Species.Florges, 4); UnpackForms((int)Species.Gourgeist, 3); BanEvo((int)Species.Raichu, 1, EvolutionMethod.BanSM);