mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix forms_switchable flag for Primal Pokemon in ORAS (#187)
It was fixed for Megas in #177 but not for Primal Pokemon.
This commit is contained in:
parent
65d1a59724
commit
d48f1d3617
1 changed files with 2 additions and 2 deletions
|
@ -380,8 +380,8 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
379,registeel,3,,195,4,12,1,-1,3,35,0,80,0,1,0,409,193
|
||||
380,latias,3,,196,8,9,9,8,3,90,0,120,0,1,1,410,
|
||||
381,latios,3,,197,2,9,9,0,3,90,0,120,0,1,1,411,
|
||||
382,kyogre,3,,198,2,3,7,-1,5,0,0,120,0,1,0,412,
|
||||
383,groudon,3,,199,8,6,6,-1,5,0,0,120,0,1,0,413,194
|
||||
382,kyogre,3,,198,2,3,7,-1,5,0,0,120,0,1,1,412,
|
||||
383,groudon,3,,199,8,6,6,-1,5,0,0,120,0,1,1,413,194
|
||||
384,rayquaza,3,,200,5,2,5,-1,3,0,0,120,0,1,1,414,200
|
||||
385,jirachi,3,,201,10,12,4,-1,3,100,0,120,0,1,0,415,
|
||||
386,deoxys,3,,202,8,12,5,-1,3,0,0,120,0,1,1,416,
|
||||
|
|
|
Loading…
Reference in a new issue