veekun / spline-pokedex

heart and soul of veekun's pokédex
http://bugs.veekun.com/projects/spline-pokedex
MIT License
14 stars 7 forks source link

Display Move Reminder-only moves separately #126

Open magical opened 6 years ago

magical commented 6 years ago

Every pokemon has 1–4 level-up moves that it starts out with at level 1. Some pokemon have more than 4 of these moves, and the extra moves can only be learnt by taking that pokemon to the move reminder. For example, Lurantis can learn Petal, X-Scissor, and Night Slash this way.

We should display these moves in a separate section, since they aren't learned "when a Pokémon reaches a certain level" like normal level-up moves.

Also, i think Sun and Moon added a mechanic where a pokemon will learn a certain move when it evolves, no matter what level it is (i think that's what the level-0 moves are). We should do something special with these too.

magical commented 6 years ago

(Arguably pokedex should store these under a separate method too, but that's a different issue.)