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:
Parnassius 2021-03-30 07:30:02 +02:00 committed by GitHub
parent 704564ac75
commit b53390fde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.