mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
Add relic song tutor
This commit is contained in:
parent
bf30612d59
commit
e810e7c430
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user