mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Use official artwork for Pokedex rather than sprites
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = class Pokemon {
|
||||
|
||||
get spriteImageURL() {
|
||||
if (this.missingno) return missingno.sprite;
|
||||
return `https://www.serebii.net/swordshield/pokemon/${this.displayID}.png`;
|
||||
return `https://serebii.net/pokemon/art/${this.displayID}.png`;
|
||||
}
|
||||
|
||||
get boxImageURL() {
|
||||
|
||||
Reference in New Issue
Block a user