mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix ordering for Ninetales's level 1 moves (#341)
Ninetales learns Incinerate both in its second and fourth level-1 slots, but the move reminder only shows the former.
This commit is contained in:
parent
704564ac75
commit
b53390fde5
1 changed files with 1 additions and 1 deletions
|
@ -31664,7 +31664,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
38,20,496,4,0,
|
||||
38,20,500,4,0,
|
||||
38,20,506,4,0,
|
||||
38,20,510,1,1,4
|
||||
38,20,510,1,1,2
|
||||
38,20,517,1,1,12
|
||||
38,20,541,4,0,
|
||||
38,20,595,4,0,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue