2022-08-29 23:08:30 +00:00
using System ;
2021-08-15 03:20:13 +00:00
using System.Collections.Generic ;
2021-01-01 23:01:22 +00:00
using static PKHeX . Core . Species ;
2017-02-13 07:08:39 +00:00
2022-06-18 18:04:24 +00:00
namespace PKHeX.Core ;
public static partial class Legal
2016-10-25 03:04:47 +00:00
{
2022-06-18 18:04:24 +00:00
/// <summary>
/// Generation 3 & 4 Battle Frontier Species banlist. When referencing this in context to generation 4, be sure to disallow <see cref="Pichu"/> with Form 1 (Spiky).
/// </summary>
2022-08-27 06:43:36 +00:00
public static readonly HashSet < ushort > BattleFrontierBanlist = new ( )
2022-06-18 18:04:24 +00:00
{
( int ) Mewtwo , ( int ) Mew ,
( int ) Lugia , ( int ) HoOh , ( int ) Celebi ,
( int ) Kyogre , ( int ) Groudon , ( int ) Rayquaza , ( int ) Jirachi , ( int ) Deoxys ,
( int ) Dialga , ( int ) Palkia , ( int ) Giratina , ( int ) Phione , ( int ) Manaphy , ( int ) Darkrai , ( int ) Shaymin , ( int ) Arceus ,
( int ) Victini , ( int ) Reshiram , ( int ) Zekrom , ( int ) Kyurem , ( int ) Keldeo , ( int ) Meloetta , ( int ) Genesect ,
( int ) Xerneas , ( int ) Yveltal , ( int ) Zygarde , ( int ) Diancie , ( int ) Hoopa , ( int ) Volcanion ,
( int ) Cosmog , ( int ) Cosmoem , ( int ) Solgaleo , ( int ) Lunala , ( int ) Necrozma , ( int ) Magearna , ( int ) Marshadow , ( int ) Zeraora ,
( int ) Meltan , ( int ) Melmetal ,
} ;
/// <summary>
/// Species that are from Mythical Distributions (disallowed species for competitive rulesets)
/// </summary>
2022-08-27 06:43:36 +00:00
public static readonly HashSet < ushort > Mythicals = new ( )
2022-06-18 18:04:24 +00:00
{
( int ) Mew ,
( int ) Celebi ,
( int ) Jirachi , ( int ) Deoxys ,
( int ) Phione , ( int ) Manaphy , ( int ) Darkrai , ( int ) Shaymin , ( int ) Arceus ,
( int ) Victini , ( int ) Keldeo , ( int ) Meloetta , ( int ) Genesect ,
( int ) Diancie , ( int ) Hoopa , ( int ) Volcanion ,
( int ) Magearna , ( int ) Marshadow ,
( int ) Zeraora , ( int ) Meltan , ( int ) Melmetal ,
( int ) Zarude ,
} ;
/// <summary>
/// Species classified as "Legend" by the game code.
/// </summary>
2022-08-27 06:43:36 +00:00
public static readonly HashSet < ushort > Legends = new ( )
2022-06-18 18:04:24 +00:00
{
( int ) Mewtwo , ( int ) Mew ,
( int ) Lugia , ( int ) HoOh , ( int ) Celebi ,
( int ) Kyogre , ( int ) Groudon , ( int ) Rayquaza , ( int ) Jirachi , ( int ) Deoxys ,
( int ) Dialga , ( int ) Palkia , ( int ) Giratina , ( int ) Phione , ( int ) Manaphy , ( int ) Darkrai , ( int ) Shaymin , ( int ) Arceus ,
( int ) Victini , ( int ) Reshiram , ( int ) Zekrom , ( int ) Kyurem , ( int ) Keldeo , ( int ) Meloetta , ( int ) Genesect ,
( int ) Xerneas , ( int ) Yveltal , ( int ) Zygarde , ( int ) Diancie , ( int ) Hoopa , ( int ) Volcanion ,
( int ) Cosmog , ( int ) Cosmoem , ( int ) Solgaleo , ( int ) Lunala , ( int ) Necrozma , ( int ) Magearna , ( int ) Marshadow , ( int ) Zeraora ,
( int ) Meltan , ( int ) Melmetal ,
( int ) Zacian , ( int ) Zamazenta , ( int ) Eternatus , ( int ) Zarude , ( int ) Calyrex ,
} ;
/// <summary>
/// Species classified as "SubLegend" by the game code.
/// </summary>
2022-08-27 06:43:36 +00:00
public static readonly HashSet < ushort > SubLegends = new ( )
2022-06-18 18:04:24 +00:00
{
( int ) Articuno , ( int ) Zapdos , ( int ) Moltres ,
( int ) Raikou , ( int ) Entei , ( int ) Suicune ,
( int ) Regirock , ( int ) Regice , ( int ) Registeel , ( int ) Latias , ( int ) Latios ,
( int ) Uxie , ( int ) Mesprit , ( int ) Azelf , ( int ) Heatran , ( int ) Regigigas , ( int ) Cresselia ,
( int ) Cobalion , ( int ) Terrakion , ( int ) Virizion , ( int ) Tornadus , ( int ) Thundurus , ( int ) Landorus ,
( int ) TypeNull , ( int ) Silvally , ( int ) TapuKoko , ( int ) TapuLele , ( int ) TapuBulu , ( int ) TapuFini ,
( int ) Nihilego , ( int ) Buzzwole , ( int ) Pheromosa , ( int ) Xurkitree , ( int ) Celesteela , ( int ) Kartana , ( int ) Guzzlord ,
( int ) Poipole , ( int ) Naganadel , ( int ) Stakataka , ( int ) Blacephalon ,
( int ) Kubfu , ( int ) Urshifu , ( int ) Regieleki , ( int ) Regidrago , ( int ) Glastrier , ( int ) Spectrier , ( int ) Enamorus ,
} ;
/// <summary>
/// Species that evolve from a Bi-Gendered species into a Single-Gender.
/// </summary>
2022-08-27 06:43:36 +00:00
public static readonly HashSet < ushort > FixedGenderFromBiGender = new ( )
2022-06-18 18:04:24 +00:00
{
( int ) Nincada ,
( int ) Shedinja , // (G)
2017-09-15 01:52:31 +00:00
2022-06-18 18:04:24 +00:00
( int ) Burmy ,
( int ) Wormadam , //(F)
( int ) Mothim , // (M)
2017-09-15 01:52:31 +00:00
2022-06-18 18:04:24 +00:00
( int ) Ralts ,
( int ) Gallade , // (M)
2017-10-20 03:56:59 +00:00
2022-06-18 18:04:24 +00:00
( int ) Snorunt ,
( int ) Froslass , // (F)
2021-01-13 06:38:18 +00:00
2022-06-18 18:04:24 +00:00
( int ) Espurr ,
( int ) Meowstic , // (M/F) form specific
} ;
2021-01-13 06:38:18 +00:00
2022-08-29 23:08:30 +00:00
private static bool [ ] GetPermitList ( int max , ReadOnlySpan < ushort > held )
2022-06-18 18:04:24 +00:00
{
var result = new bool [ max + 1 ] ;
foreach ( var item in held )
result [ item ] = true ;
return result ;
}
2022-08-29 23:08:30 +00:00
private static bool [ ] GetPermitList ( int max , ReadOnlySpan < ushort > held , ReadOnlySpan < ushort > unreleased )
2022-06-18 18:04:24 +00:00
{
var result = GetPermitList ( max , held ) ;
foreach ( var u in unreleased )
result [ u ] = false ;
return result ;
2016-10-25 03:04:47 +00:00
}
}