mirror of
https://github.com/kwsch/pkNX.git
synced 2026-08-26 12:24:25 -05:00
Add force fully evolved implementation
use current evo data instead of hardcoded max-evolved table for each game
This commit is contained in:
@@ -24,5 +24,7 @@ public EvolutionMethod Copy(int species = -1)
|
||||
Level = Level
|
||||
};
|
||||
}
|
||||
|
||||
public bool HasData => Species != 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user