mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-25 21:40:21 +00:00
Removed ORAS Megas from list
This commit is contained in:
parent
44e163cba8
commit
f370b90612
1 changed files with 2 additions and 2 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue