mirror of
https://github.com/smogon/sprites.git
synced 2026-04-24 23:07:05 -05:00
fixup species.json reference
This commit is contained in:
parent
c0c107c9d1
commit
f85b216972
|
|
@ -5,7 +5,7 @@ import {fileURLToPath} from 'url';
|
|||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
const srcDir = path.join(__dirname, "newsrc");
|
||||
const json = path.join(srcDir, "species.json");
|
||||
const json = path.join(__dirname, "data", "species.json");
|
||||
const spritesDir = path.join(srcDir, "minisprites/pokemon/gen6");
|
||||
|
||||
function toPSID(name) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user