Add relic song tutor

This commit is contained in:
Kurt 2017-01-28 10:34:24 -08:00
parent bf30612d59
commit e810e7c430

View File

@ -864,6 +864,8 @@ private static IEnumerable<int> getValidMoves(PKM pkm, GameVersion Version, IEnu
if (species == 479) // Rotom
r.Add(RotomMoves[pkm.AltForm]);
if (species == 648) // Meloetta
r.Add(547); // Relic Song
if (species == 25 && pkm.Format == 6 && pkm.GenNumber == 6) // Pikachu
r.Add(PikachuMoves[pkm.AltForm]);