mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 16:24:07 -05:00
Add magearna form switching
This commit is contained in:
@@ -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[] {""};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user