Add missing generation sprites

This commit is contained in:
zontreck 2025-03-22 19:14:07 -07:00
parent 4cfd3612fe
commit fdd391e5ac
75 changed files with 83 additions and 12 deletions

View file

@ -125,7 +125,7 @@ enum Pokemon {
}
String toDexPath() {
return 'assets/sprites/dex/${name.toLowerCase()}.png';
return 'assets/sprites/gen8/${name.toLowerCase()}.png';
}
String toSpriteShinyPath() {