mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 02:44:45 -05:00
Fix getTutorMoves from gen7
This commit is contained in:
@@ -1588,7 +1588,7 @@ private static IEnumerable<int> getTutorMoves(PKM pkm, int species, int form, bo
|
||||
break;
|
||||
case 7:
|
||||
// Type Tutors -- Pledge moves and High BP moves switched places in G7+
|
||||
moves.AddRange(TypeTutor6.Where((t, i) => info.TypeTutors[i]));
|
||||
moves.AddRange(TypeTutor7.Where((t, i) => info.TypeTutors[i]));
|
||||
// No special tutors in G7
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user