From e810e7c430b184fb0cbfe63faa27d462eddaa701 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 28 Jan 2017 10:34:24 -0800 Subject: [PATCH] Add relic song tutor --- PKHeX/Legality/Core.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PKHeX/Legality/Core.cs b/PKHeX/Legality/Core.cs index c50b2e15f..b376dcc8a 100644 --- a/PKHeX/Legality/Core.cs +++ b/PKHeX/Legality/Core.cs @@ -864,6 +864,8 @@ private static IEnumerable 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]);