mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
1adbc270ce
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; }
13 KiB
13 KiB