mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Add wormadam evolution info
devolving is fun
This commit is contained in:
parent
1170a9ad06
commit
7b2fa3d600
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user