Removed ORAS Megas from list

This commit is contained in:
Kurt 2014-07-27 18:33:17 -07:00
parent 44e163cba8
commit f370b90612

View file

@ -4335,9 +4335,9 @@ namespace PKHeX
// Mega List
int[] mspec = { // XY
3, 9, 65, 94, 115, 127, 130, 142, 154, 181, 212, 214, 229, 248, 257, 282, 303, 306, 308, 310, 354, 359, 380, 381, 445, 448, 460, 469,
3, 9, 65, 94, 115, 127, 130, 142, 154, 181, 212, 214, 229, 248, 257, 282, 303, 306, 308, 310, 354, 359, 380, 381, 445, 448, 460, 469,
// ORAS
254, 260, 376, 719,
// 254, 260, 376, 719,
};
for (int i = 0; i < mspec.Length; i++)
{