PokeAPI / pokeapi

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

Lack of distinction In Evolution and Reminder moves #1153

Open Deleca7755 opened 3 weeks ago

Deleca7755 commented 3 weeks ago

Sorry If this Is an Invalid Issue but I don't really know the consensus behind It

I'm finding lots of Inconsistencies on reminder moves within moves In the Scarlet and Violet move version group In Pokemon movesets

Reminder moves are listed under the egg move-learn-method with no distinction between them and... actual egg moves. This Is true even for legendaries ( I checked Uxie and Entei )

I expected them to be listed as level 0 or level 1 moves, and could only find It appear as such under Dazzling Gleam In Alolan Ninetales' moves

Evolution moves seem to be consistently listed as level 0 level-up moves. But even so, that doesn't specifically tell you they're learned on evo

Would a new boolean field within move objects In the moves array for If It's evo or reminder, or just entirely new move-learn-method endpoints be a solution?

Naramsim commented 3 weeks ago

I need to learn better these methods before I can give you a proper answer