We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01c150 commit 2e86d7eCopy full SHA for 2e86d7e
play.pokemonshowdown.com/src/battle-dex-search.ts
@@ -998,7 +998,7 @@ class BattlePokemonSearch extends BattleTypedSearch<'pokemon'> {
998
// Show Mythicals
999
} else if (
1000
format === 'vgc2010' || format === 'vgc2016' || format.startsWith('vgc2019') ||
1001
- format === 'vgc2022' || format.endsWith('series10') || format.endsWith('series11')
+ format === 'vgc2022' || format.endsWith('regg')
1002
) {
1003
tierSet = tierSet.slice(slices["Restricted Legendary"]);
1004
} else {
0 commit comments