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 asking the API for the data for a few Pokémon I came across an issue where TM data for a move which never has been a TM was provided for 2 Pokémon. These Pokémon being Pichu and Magmar. After searching a bit, I came across commit: a57ebef
This commit has added the move to 3 Pokémon. But on 2 of these (Magmar, Pichu) it was added under move-learn-method : 4 which is "Machine"
Hi! Thanks for spotting! Would you be able to fix the issue and submit a PR?
Could you think of any reason why that particular commit introduced those two moves for Pichu and Magmar?
After looking a bit, Magmar learns it when it gets purified in XD: Gale of Darkness which would be: https://pokeapi.co/api/v2/move-learn-method/9/
This means the game is also wrong there
This same method should be there for Mr. Mime and Electabuzz according to Bulba
Pichu learns it through hatching from an egg in Poképark ,not sure if there is an move learn method specific for that.
I can atleast write an commit that updates Magmar, and removes Pichu. While doing so I can also double check Mr. Mime and Electrabuzz
When asking the API for the data for a few Pokémon I came across an issue where TM data for a move which never has been a TM was provided for 2 Pokémon. These Pokémon being Pichu and Magmar. After searching a bit, I came across commit: a57ebef
This commit has added the move to 3 Pokémon. But on 2 of these (Magmar, Pichu) it was added under move-learn-method : 4 which is "Machine"
Steps to Reproduce: (Pichu)
Steps to Reproduce: (Magmar)
Expected Behavior:
When asking the API for the TM/HM data for Magmar and Pichu, it shouldn't include Follow Me
The text was updated successfully, but these errors were encountered: