mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-06 05:27:14 -05:00
Flag SWSH tutor moves
This commit is contained in:
parent
e5c6b769b7
commit
39e47dbb82
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user