We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace6766 commit 66de79bCopy full SHA for 66de79b
build-tools/build-indexes-custom-v2
@@ -633,8 +633,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
633
}
634
635
const ThirtyFivePokesFormatsData = requireNoCache(dawnPath + 'dist/data/mods/35_pokes/formats-data.js').FormatsData;
636
- console.log(ThirtyFivePokesFormatsData);
637
- for (const id of ThirtyFivePokesFormatsData) {
+ for (const id of [ThirtyFivePokesFormatsData]) {
638
const species = DawnDex.mod('35_pokes').species.get(id);
639
if (!is35Pokes) continue;
640
let tier = "Illegal"
0 commit comments