Needs Triage Bug Report - Unsure

gephicka

would it have killed you to call me pretty instead
is an official Team Rater
What type of bug are you reporting? Unsure

What is the bug?
https://play.pokemonshowdown.com/sprites/gen5ani/necrozma-dawn-wings.gif this sprite link is giving me a page not found. pulled it from the sprite converter

Are you able to replicate it? If so, how?
take the link: https://play.pokemonshowdown.com/sprites/gen5ani/necrozma-dawn-wings.gif

I uploaded a pokepaste to the sprite converter with an Necrozema-Dawn-Wings and it spit out this link, it seems to match other links (https://play.pokemonshowdown.com/sprites/gen5ani/kyurem-black.gif) that did work
 
Code:
const baseId = toID(this.baseSpecies);
this.formeid = (baseId === this.id ? '' : '-' + toID(this.forme));
this.spriteid = baseId + this.formeid;
This is (roughly) how sprite IDs are generated.
 
Back
Top