mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-11 14:14:57 -05:00
Fix comparison
This commit is contained in:
parent
1f600f3518
commit
e663ffdd35
|
|
@ -56,7 +56,7 @@ internal static int[] GetRelearnLVLMoves(PKM pkm, int species, int form, int lvl
|
|||
{
|
||||
X or Y => getMoves(LevelUpXY, PersonalTable.XY),
|
||||
OR or AS => getMoves(LevelUpAO, PersonalTable.AO),
|
||||
SN or MN when species > MaxSpeciesID_7 => getMoves(LevelUpSM, PersonalTable.SM),
|
||||
SN or MN when species <= MaxSpeciesID_7 => getMoves(LevelUpSM, PersonalTable.SM),
|
||||
US or UM => getMoves(LevelUpUSUM, PersonalTable.USUM),
|
||||
SW or SH => getMoves(LevelUpSWSH, PersonalTable.SWSH),
|
||||
_ => Array.Empty<int>(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user