Fix ordering for Ninetales's level 1 moves

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:
Parnassius 2021-03-29 12:37:21 +02:00
parent 6fe50101e8
commit ecdb591aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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.