This commit is contained in:
Chessking345 2026-03-16 20:52:22 +00:00 committed by GitHub
commit 65cb92c8de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -392,7 +392,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
}
if (isGen9BH) {
if ((species.natDexTier === 'Illegal' || species.forme.includes('Totem')) &&
!['Floette-Eternal', 'Greninja-Ash', 'Xerneas-Neutral'].includes(species.name)) {
!['Eevee-Starter', 'Floette-Eternal', 'Greninja-Ash', 'Pikachu-Starter', 'Xerneas-Neutral'].includes(species.name)) {
return 'Illegal';
}
if ((species.name === 'Xerneas' || species.battleOnly || species.forme === 'Eternamax') &&