mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Scrub unused data
empty movesets, empty tmhm bool IsInvalid(int x) { int[] banned = {918, 933, 959, 960, 961,962,963,964,965}; if (banned.Contains(x)) return true; var index = baseForms[x]; if ((x > 151 && x < 808)) return true; if ((index > 151 && index < 808)) return true; return false; }
This commit is contained in:
parent
6495dc41af
commit
1adbc270ce
2 changed files with 0 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue