mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 23:08:47 -05:00
Copy addmoves special case to individual fetch
see prior commits
This commit is contained in:
@@ -150,7 +150,7 @@ private static LearnVersion GetIsLevelUp5(int species, int form, int move, int l
|
||||
{
|
||||
case Any:
|
||||
var first = LearnBW.GetIsLevelUp(species, form, move, lvl);
|
||||
if (first.IsLevelUp)
|
||||
if (first.IsLevelUp && species != 646) // Kyurem moves are same for both versions, but forme movepool not present.
|
||||
return first;
|
||||
return LearnB2W2.GetIsLevelUp(species, form, move, lvl);
|
||||
case B: case W: case BW:
|
||||
|
||||
Reference in New Issue
Block a user