mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-19 20:28:24 -05:00
Add magearna form switching
This commit is contained in:
parent
c4636d740d
commit
e7db7d56e9
|
|
@ -1070,6 +1070,13 @@ public static string[] getFormList(int species, string[] t, string[] f, string[]
|
|||
t[000],
|
||||
f[810] // Alolan
|
||||
};
|
||||
|
||||
case 801: // Magearna
|
||||
return new[]
|
||||
{
|
||||
t[000],
|
||||
f[1062], // Original
|
||||
};
|
||||
}
|
||||
return new[] {""};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user