PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.41k stars 957 forks source link

Vivillon Icy Snow Image Incorrect #1067

Closed JRuffs7 closed 3 weeks ago

JRuffs7 commented 7 months ago

When pulling data for the Vivillon forms, I noticed that the default form image for Vivillon (666) was the Meadow form. However, when going into the data call, it was specifying the 666-meadow.png image and was not specified as the default form (is_default: false).

When I grabbed the data for the Icy Snow form, this did not specify form within the image and just used 666.png image. This form was listed as the default (is_default: true). The default 666.png image is also the Meadow form, which is incorrect for the call being made.

Steps to Reproduce:

  1. Access these two API calls:
  2. Look into the sprites for each form:
  3. Both of these images are the same, therefore giving the Icy Snow form the incorrect image

Possible Solutions:

Naramsim commented 7 months ago

Hi, could you submit a PR fixing this? About the possible two options, I'd go with the easiest one in terms of efforts as of now

Deleca7755 commented 1 month ago

Wouldn't the solution here ( solution 1 more like ) be just setting the is_default on form 666 to be true Instead of on form 10086? Otherwise, If It's not like that within code, then the Images would have to be swapped around accordingly to this