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
If a pokemon learns a move by level up and also by another condition (e.g. TM), we only show that this can be learnt by the special case.
This is caused by the way that we process the data when we build the moves table, if any alternatives to level up are found, we take the first and place this in the lvl column as the method.
We need to determine if we should simply show the level if they can learn by level and another method, or if we need to re-write this to display many methods if there are multiple methods.