diff --git a/PKHeX.Core/Legality/Moves/MoveTutor.cs b/PKHeX.Core/Legality/Moves/MoveTutor.cs index 3e3036074..c6954f482 100644 --- a/PKHeX.Core/Legality/Moves/MoveTutor.cs +++ b/PKHeX.Core/Legality/Moves/MoveTutor.cs @@ -284,6 +284,7 @@ private static void AddMovesTutor8(List moves, int species, int form, PKM p if (!pi.IsPresentInGame) return; moves.AddRange(MoveShop8_LA.Where((_, i) => pi.SpecialTutors[0][i])); + return; } if (pkm.BDSP) {