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:
jota 2016-09-24 23:32:14 +02:00 committed by Andrew Ekstedt
parent 65d1a59724
commit d48f1d3617
1 changed files with 2 additions and 2 deletions

View File

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

1 id identifier generation_id evolves_from_species_id evolution_chain_id color_id shape_id habitat_id gender_rate capture_rate base_happiness is_baby hatch_counter has_gender_differences growth_rate_id forms_switchable order conquest_order
380 379 registeel 3 195 4 12 1 -1 3 35 0 80 0 1 0 409 193
381 380 latias 3 196 8 9 9 8 3 90 0 120 0 1 1 410
382 381 latios 3 197 2 9 9 0 3 90 0 120 0 1 1 411
383 382 kyogre 3 198 2 3 7 -1 5 0 0 120 0 1 0 1 412
384 383 groudon 3 199 8 6 6 -1 5 0 0 120 0 1 0 1 413 194
385 384 rayquaza 3 200 5 2 5 -1 3 0 0 120 0 1 1 414 200
386 385 jirachi 3 201 10 12 4 -1 3 100 0 120 0 1 0 415
387 386 deoxys 3 202 8 12 5 -1 3 0 0 120 0 1 1 416