mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-12 16:25:20 -05:00
Removed ORAS Megas from list
This commit is contained in:
@@ -4335,9 +4335,9 @@ private void getForms(int species)
|
||||
|
||||
// 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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user