From 39e47dbb82786aa5da7e0eef00ebc8de7f479e79 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 9 Feb 2022 15:06:14 -0800 Subject: [PATCH] Flag SWSH tutor moves --- PKHeX.Core/Legality/Moves/MoveTutor.cs | 1 + 1 file changed, 1 insertion(+) 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) {