mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
Add support for Gen 3 Doubles formats (#1650)
This commit is contained in:
parent
51f097893d
commit
6d02caa2de
|
|
@ -286,7 +286,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
|
|||
let buf = '// DO NOT EDIT - automatically built with build-tools/build-indexes\n\n';
|
||||
|
||||
// process.stdout.write("\n ");
|
||||
for (const genIdent of [8.3, 8.2, 8.1, 8, -8, 7.3, 7.1, 7, -7.5, -7, 6.3, 6, -6, 5.3, 5, -5, 5.3, 4, -4, 3.3, 3, 2.3, 2, 1.3, 1]) {
|
||||
for (const genIdent of [8.3, 8.2, 8.1, 8, -8, 7.3, 7.1, 7, -7.5, -7, 6.3, 6, -6, 5.3, 5, -5, 5.3, 4, -4, 3.3, 3, -3, 2.3, 2, 1.3, 1]) {
|
||||
const isLetsGo = (genIdent === 7.1);
|
||||
const isMetBattle = (genIdent === 8.2);
|
||||
const isNFE = (('' + genIdent).endsWith('.3'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user