Skip to content

Commit b53390f

Browse files
authored
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.
1 parent 704564a commit b53390f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pokedex/data/csv/pokemon_moves.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31664,7 +31664,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
3166431664
38,20,496,4,0,
3166531665
38,20,500,4,0,
3166631666
38,20,506,4,0,
31667-
38,20,510,1,1,4
31667+
38,20,510,1,1,2
3166831668
38,20,517,1,1,12
3166931669
38,20,541,4,0,
3167031670
38,20,595,4,0,

0 commit comments

Comments
 (0)