PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 40 forks source link

Dachsbun, Tinkatink, & Tinkaton have wrong sprites #160

Open jack-skinner-552 opened 1 year ago

jack-skinner-552 commented 1 year ago

Dachsbun, Tinkatink, Tinkatuff, & Tinkaton's sprites are for other Pokemon.

The correct sprites can be found in the links below:

https://bulbapedia.bulbagarden.net/wiki/Dachsbun_(Pok%C3%A9mon) https://bulbapedia.bulbagarden.net/wiki/Tinkatink_(Pok%C3%A9mon) https://bulbapedia.bulbagarden.net/wiki/Tinkatuff_(Pok%C3%A9mon) https://bulbapedia.bulbagarden.net/wiki/Tinkaton_(Pok%C3%A9mon)

Edit: I've done API calls to the pokemon above, and I see the id's are incorrect, which is probably why they are calling to incorrect sprite id's The correct id's for the pokemon should be the following:

Dachsbun: #927 Tinkatink: #957 Tinkatuff: #958 Tinkaton: #959

Edit2: Looks like a lot of other Pokemon form Generation 9 have incorrect ids in their API responses. See the following issue

AshFrancisDev commented 1 year ago

I can confirm that there is incorrect data affecting generation 9 as a whole. Some point within the last 2 weeks, something has changed and needs to be reverted to the last working version ASAP. The last check I did where everything worked as intended was March 23.