mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 23:57:12 -05:00
Fix CountTutor3
ty chris
This commit is contained in:
parent
684ea363d8
commit
48d9368d3d
|
|
@ -136,7 +136,7 @@ public void SetAllLearnTutorType(Span<bool> result, ReadOnlySpan<ushort> moves)
|
|||
|
||||
private const int CountTutor1 = 15;
|
||||
private const int CountTutor2 = 17;
|
||||
private const int CountTutor3 = 13;
|
||||
private const int CountTutor3 = 16;
|
||||
private const int CountTutor4 = 15;
|
||||
|
||||
public bool GetIsTutor1(int index)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user