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 53de573 commit 4c4e741Copy full SHA for 4c4e741
build-tools/build-indexes-custom-v2
@@ -619,7 +619,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
619
const GPTFormatsData = requireNoCache(dawnPath + 'dist/data/mods/gen9gpt/formats-data.js').FormatsData;
620
console.log('HERE:')
621
console.log(GPTFormatsData);
622
- for (const id of GPTFormatsData) {
+ for (const id of GPTPokemon) {
623
const species = DawnDex.mod('gen9gpt').species.get(id);
624
if (!isGPT) continue;
625
let tier = species.tier;
0 commit comments