mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Fix missing number
This commit is contained in:
parent
4d54a23b30
commit
8a64417493
1 changed files with 29 additions and 29 deletions
|
@ -978,35 +978,35 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
|
|||
977,gholdengo,,977,25,1,0,0,1,
|
||||
978,great-tusk,,978,25,1,0,0,1,
|
||||
979,brute-bonnet,,979,25,1,0,0,1,
|
||||
981,sandy-shocks,,980,25,1,0,0,1,
|
||||
982,scream-tail,,981,25,1,0,0,1,
|
||||
983,flutter-mane,,982,25,1,0,0,1,
|
||||
984,slither-wing,,983,25,1,0,0,1,
|
||||
985,roaring-moon,,984,25,1,0,0,1,
|
||||
986,iron-treads,,985,25,1,0,0,1,
|
||||
988,iron-moth,,986,25,1,0,0,1,
|
||||
989,iron-hands,,987,25,1,0,0,1,
|
||||
990,iron-jugulis,,988,25,1,0,0,1,
|
||||
991,iron-thorns,,989,25,1,0,0,1,
|
||||
992,iron-bundle,,990,25,1,0,0,1,
|
||||
993,iron-valiant,,991,25,1,0,0,1,
|
||||
994,ting-lu,,992,25,1,0,0,1,
|
||||
995,chien-pao,,993,25,1,0,0,1,
|
||||
996,wo-chien,,994,25,1,0,0,1,
|
||||
997,chi-yu,,995,25,1,0,0,1,
|
||||
998,koraidon-apex-build,,996,25,1,0,0,1,
|
||||
999,miraidon-ultimate-mode,,997,25,1,0,0,1,
|
||||
1000,tinkatink,,998,25,1,0,0,1,
|
||||
1001,tinkatuff,,999,25,1,0,0,1,
|
||||
1002,tinkaton,,1000,25,1,0,0,1,
|
||||
1003,charcadet,,1001,25,1,0,0,1,
|
||||
1004,armarouge,,1002,25,1,0,0,1,
|
||||
1005,ceruledge,,1003,25,1,0,0,1,
|
||||
1006,toedscool,,1004,25,1,0,0,1,
|
||||
1007,toedscruel,,1005,25,1,0,0,1,
|
||||
1008,kingambit,,1006,25,1,0,0,1,
|
||||
1009,clodsire,,1007,25,1,0,0,1,
|
||||
1010,annihilape,,1008,25,1,0,0,1,
|
||||
981,sandy-shocks,,981,25,1,0,0,1,
|
||||
982,scream-tail,,982,25,1,0,0,1,
|
||||
983,flutter-mane,,983,25,1,0,0,1,
|
||||
984,slither-wing,,984,25,1,0,0,1,
|
||||
985,roaring-moon,,985,25,1,0,0,1,
|
||||
986,iron-treads,,986,25,1,0,0,1,
|
||||
988,iron-moth,,988,25,1,0,0,1,
|
||||
989,iron-hands,,989,25,1,0,0,1,
|
||||
990,iron-jugulis,,990,25,1,0,0,1,
|
||||
991,iron-thorns,,991,25,1,0,0,1,
|
||||
992,iron-bundle,,992,25,1,0,0,1,
|
||||
993,iron-valiant,,993,25,1,0,0,1,
|
||||
994,ting-lu,,994,25,1,0,0,1,
|
||||
995,chien-pao,,995,25,1,0,0,1,
|
||||
996,wo-chien,,996,25,1,0,0,1,
|
||||
997,chi-yu,,997,25,1,0,0,1,
|
||||
998,koraidon-apex-build,,998,25,1,0,0,1,
|
||||
999,miraidon-ultimate-mode,,999,25,1,0,0,1,
|
||||
1000,tinkatink,,1000,25,1,0,0,1,
|
||||
1001,tinkatuff,,1001,25,1,0,0,1,
|
||||
1002,tinkaton,,1002,25,1,0,0,1,
|
||||
1003,charcadet,,1003,25,1,0,0,1,
|
||||
1004,armarouge,,1004,25,1,0,0,1,
|
||||
1005,ceruledge,,1005,25,1,0,0,1,
|
||||
1006,toedscool,,1006,25,1,0,0,1,
|
||||
1007,toedscruel,,1007,25,1,0,0,1,
|
||||
1008,kingambit,,1008,25,1,0,0,1,
|
||||
1009,clodsire,,1009,25,1,0,0,1,
|
||||
1010,annihilape,,1010,25,1,0,0,1,
|
||||
10001,unown-b,b,201,3,0,0,0,2,299
|
||||
10002,unown-c,c,201,3,0,0,0,3,300
|
||||
10003,unown-d,d,201,3,0,0,0,4,301
|
||||
|
|
|
Loading…
Add table
Reference in a new issue