mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 05:50:22 +00:00
SV dex: Remove special handling for Alcremie
This commit is contained in:
parent
72cf3c5fb5
commit
ff0030e598
1 changed files with 1 additions and 2 deletions
|
@ -237,8 +237,7 @@ public partial class SAV_PokedexSVKitakami : Form
|
|||
private static string[] GetFormList(in ushort species)
|
||||
{
|
||||
var s = GameInfo.Strings;
|
||||
if (species == (int)Species.Alcremie)
|
||||
return FormConverter.GetAlcremieFormList(s.forms);
|
||||
// Alcremie: formarg-forms are not stored in bitflags; shown by default. No need for special handling for Alcremie.
|
||||
return FormConverter.GetFormList(species, s.Types, s.forms, GameInfo.GenderSymbolASCII, EntityContext.Gen9);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue