This commit is contained in:
Christopher Monsanto
2021-12-20 20:58:12 -05:00
parent 0a20088167
commit 1664bc37c9

View File

@@ -505,6 +505,7 @@ const BattlePokemonIconIndexesLeft = {
const entries = [];
// Need to figure out how to remove this readdir; tup doesn't like it
for (const name of fs.readdirSync(spritesDir)) {
const parsed = path.parse(name);
const sn = spritedata.parseFilename(parsed.name);