You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
rayusagi
pushed a commit
to rayusagi/pokeapi
that referenced
this issue
Nov 1, 2024
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:
Possible Solutions:
The text was updated successfully, but these errors were encountered: