Add wormadam evolution info

devolving is fun
This commit is contained in:
Kurt 2017-02-01 22:19:37 -08:00
parent 1170a9ad06
commit 7b2fa3d600

View File

@ -82,6 +82,10 @@ private void fixEvoTreeManually()
}
private void fixEvoTreeSM()
{
// Wormadam -- Copy Burmy 0 to Wormadam-1/2
Lineage[Personal.getFormeIndex(413, 1)].Chain.Insert(0, Lineage[413].Chain[0]);
Lineage[Personal.getFormeIndex(413, 2)].Chain.Insert(0, Lineage[413].Chain[0]);
// Shellos -- Move Shellos-1 evo from Gastrodon-0 to Gastrodon-1
Lineage[Personal.getFormeIndex(422 + 1, 1)].Chain.Insert(0, Lineage[422 + 1].Chain[0]);
Lineage[422+1].Chain.RemoveAt(0);