Teambuilder: Show Mythicals for BSS/VGC Reg J
Some checks failed
Node.js CI / build (22.x) (push) Has been cancelled

This commit is contained in:
Karthik99999 2025-07-31 19:56:12 -04:00
parent 6abd0e8800
commit 44de692807

View File

@ -1081,7 +1081,7 @@ class BattlePokemonSearch extends BattleTypedSearch<'pokemon'> {
if (format === 'ubers' || format === 'uber' || format === 'ubersuu' || format === 'nationaldexdoubles') {
tierSet = tierSet.slice(slices.Uber);
} else if (isVGCOrBS || (isHackmons && dex.gen === 9 && !this.formatType)) {
if (format.endsWith('series13') || isHackmons) {
if (format.endsWith('series13') || format.endsWith('regj') || isHackmons) {
// Show Mythicals
} else if (
format === 'vgc2010' || format === 'vgc2016' || format.startsWith('vgc2019') ||