mirror of
https://github.com/smogon/sprites.git
synced 2026-04-25 07:18:19 -05:00
Uncomment check
This commit is contained in:
parent
1664bc37c9
commit
67557d0e60
|
|
@ -539,11 +539,11 @@ for (const name of fs.readdirSync(spritesDir)) {
|
|||
entries[index] = path.join(spritesDir, name);
|
||||
}
|
||||
|
||||
// for (const [id, num] of Object.entries(BattlePokemonIconIndexes)) {
|
||||
// if (num !== 'found') {
|
||||
// throw new Error(`didn't find ${id}`);
|
||||
// }
|
||||
// }
|
||||
for (const [id, num] of Object.entries(BattlePokemonIconIndexes)) {
|
||||
if (num !== 'found') {
|
||||
throw new Error(`didn't find ${id}`);
|
||||
}
|
||||
}
|
||||
|
||||
for (const [id, num] of Object.entries(BattlePokemonIconIndexesLeft)) {
|
||||
if (num !== 'found') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user