Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert committed Apr 28, 2024
1 parent 53de573 commit 4c4e741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-indexes-custom-v2
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
const GPTFormatsData = requireNoCache(dawnPath + 'dist/data/mods/gen9gpt/formats-data.js').FormatsData;
console.log('HERE:')
console.log(GPTFormatsData);
for (const id of GPTFormatsData) {
for (const id of GPTPokemon) {
const species = DawnDex.mod('gen9gpt').species.get(id);
if (!isGPT) continue;
let tier = species.tier;
Expand Down

0 comments on commit 4c4e741

Please sign in to comment.