PokeAPI / pokeapi

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

Vivillon Icy Snow Image Incorrect #1067

Open JRuffs7 opened 2 months ago

JRuffs7 commented 2 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 2 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