mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-18 06:18:33 +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)
|
private static string[] GetFormList(in ushort species)
|
||||||
{
|
{
|
||||||
var s = GameInfo.Strings;
|
var s = GameInfo.Strings;
|
||||||
if (species == (int)Species.Alcremie)
|
// Alcremie: formarg-forms are not stored in bitflags; shown by default. No need for special handling for Alcremie.
|
||||||
return FormConverter.GetAlcremieFormList(s.forms);
|
|
||||||
return FormConverter.GetFormList(species, s.Types, s.forms, GameInfo.GenderSymbolASCII, EntityContext.Gen9);
|
return FormConverter.GetFormList(species, s.Types, s.forms, GameInfo.GenderSymbolASCII, EntityContext.Gen9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue