Flag SWSH tutor moves

This commit is contained in:
Kurt 2022-02-09 15:06:14 -08:00
parent e5c6b769b7
commit 39e47dbb82

View File

@ -284,6 +284,7 @@ private static void AddMovesTutor8(List<int> 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)
{