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
What would you propose we do to get around this?
Maybe appending -m or -f to the id-form if Nidoran, although this adds boilerplate code to our Pokemon functions when we loop ids and forms.
I think we just need to associate each form with its Pokemon ID, instead of just doing the hacky way by only checking form. This way it prevents other edge cases popping up in the future too...
I think we just need to associate each form with its Pokemon ID, instead of just doing the hacky way by only checking form. This way it prevents other edge cases popping up in the future too...
Edge case: both Nidoran have the same form
NIDORAN_NORMAL
.The text was updated successfully, but these errors were encountered: