mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
fix vivillon evo tree branch duplication
doesnt branch per form, formstatsindex is 0.
This commit is contained in:
parent
d05d6c44f4
commit
f0dcf2b6b2
1 changed files with 0 additions and 4 deletions
|
@ -113,10 +113,6 @@ namespace PKHeX.Core
|
|||
Lineage[Personal.getFormeIndex(669+2, i)].Chain.Insert(0, fbb);
|
||||
}
|
||||
|
||||
// Scatterbug/Spewpa
|
||||
for (int i = 1; i < 18; i++)
|
||||
Lineage[Personal.getFormeIndex(666, i)].Chain.InsertRange(0, Lineage[665].Chain);
|
||||
|
||||
// Gourgeist -- Sizes are still relevant. Formes are in reverse order.
|
||||
for (int i = 1; i <= 3; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue