Closed JRuffs7 closed 3 weeks 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
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
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: