mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 13:28:35 +00:00
Add magearna form switching
This commit is contained in:
parent
c4636d740d
commit
e7db7d56e9
1 changed files with 7 additions and 0 deletions
|
@ -1070,6 +1070,13 @@ namespace PKHeX
|
|||
t[000],
|
||||
f[810] // Alolan
|
||||
};
|
||||
|
||||
case 801: // Magearna
|
||||
return new[]
|
||||
{
|
||||
t[000],
|
||||
f[1062], // Original
|
||||
};
|
||||
}
|
||||
return new[] {""};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue