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 3514c74 commit 9aa07f1Copy full SHA for 9aa07f1
build-tools/build-indexes-custom-v2
@@ -617,6 +617,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
617
}
618
619
const GPTFormatsData = requireNoCache(dawnPath + 'dist/data/mods/gen9gpt/formats-data.js').FormatsData;
620
+ console.log(GPTFormatsData);
621
for (const id of GPTFormatsData) {
622
const species = DawnDex.mod('gen9gpt').species.get(id);
623
if (!isGPT) continue;
0 commit comments