Skip to content

Commit eb6222d

Browse files
committed
spizzles
1 parent 7127d9e commit eb6222d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build-tools/build-indexes-custom-v2

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -782,17 +782,16 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
782782
if (!isSpizzles) continue;
783783
let tier = 'Illegal';
784784
const entry = SpizzlesFormatsData[id];
785-
console.log('buzz buzz:');
786-
console.log(id)
787-
console.log(entry);
788785
if (entry && entry.tier && typeof entry.tier === "string") {
789786
tier = entry.tier;
790787
}
791788
overrideTier[species.id] = tier;
792789
if (!tierTable[tier]) tierTable[tier] = [];
793790
tierTable[tier].push(id);
794-
// console.log('woof woof:');
795-
// console.log(tierTable);
791+
}
792+
if (isSpizzles) {
793+
console.log('tiertable');
794+
console.log(tierTable);
796795
}
797796

798797
nonstandardMoves.push(...Object.keys(Dex.data.Moves).filter(id => {

0 commit comments

Comments
 (0)