Skip to content

Commit

Permalink
Fix wrong heights (#219)
Browse files Browse the repository at this point in the history
See here: veekun/pokedex@b5e4038
Original commit by AxeBane
  • Loading branch information
peterjeschke authored and phalt committed Jun 28, 2016
1 parent d6ae95c commit 4803d22
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions data/v2/csv/pokemon.csv
Expand Up @@ -783,30 +783,30 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10061,floette-eternal,670,2,9,243,751,0
10062,latias-mega,380,18,520,315,459,0
10063,latios-mega,381,23,700,315,461,0
10064,swampert-mega,260,190,1020,286,315,0
10065,sceptile-mega,254,190,552,284,307,0
10066,sableye-mega,302,50,1610,168,361,0
10067,altaria-mega,334,150,206,207,402,0
10068,gallade-mega,475,160,564,278,340,0
10069,audino-mega,531,150,320,425,602,0
10070,sharpedo-mega,319,250,1303,196,385,0
10071,slowbro-mega,80,200,1200,207,100,0
10072,steelix-mega,208,1050,7400,214,120,0
10073,pidgeot-mega,18,220,505,261,24,0
10074,glalie-mega,362,210,3502,203,437,0
10075,diancie-mega,719,110,278,315,808,0
10076,metagross-mega,376,250,9429,315,454,0
10077,kyogre-primal,382,980,4300,347,463,0
10078,groudon-primal,383,500,9997,347,465,0
10079,rayquaza-mega,384,1080,3920,351,467,0
10064,swampert-mega,260,19,1020,286,315,0
10065,sceptile-mega,254,19,552,284,307,0
10066,sableye-mega,302,05,1610,168,361,0
10067,altaria-mega,334,15,206,207,402,0
10068,gallade-mega,475,16,564,278,340,0
10069,audino-mega,531,15,320,425,602,0
10070,sharpedo-mega,319,25,1303,196,385,0
10071,slowbro-mega,80,20,1200,207,100,0
10072,steelix-mega,208,105,7400,214,120,0
10073,pidgeot-mega,18,22,505,261,24,0
10074,glalie-mega,362,21,3502,203,437,0
10075,diancie-mega,719,11,278,315,808,0
10076,metagross-mega,376,25,9429,315,454,0
10077,kyogre-primal,382,98,4300,347,463,0
10078,groudon-primal,383,50,9997,347,465,0
10079,rayquaza-mega,384,108,3920,351,467,0
10080,pikachu-rock-star,25,40,60,112,34,0
10081,pikachu-belle,25,40,60,112,35,0
10082,pikachu-pop-star,25,40,60,112,36,0
10083,pikachu-phd,25,40,60,112,37,0
10084,pikachu-libre,25,40,60,112,38,0
10085,pikachu-cosplay,25,40,60,112,33,0
10086,hoopa-unbound,720,650,4900,306,810,0
10087,camerupt-mega,323,250,3205,196,390,0
10088,lopunny-mega,428,130,283,203,514,0
10089,salamence-mega,373,180,1126,315,450,0
10090,beedrill-mega,15,140,405,223,20,0
10086,hoopa-unbound,720,65,4900,306,810,0
10087,camerupt-mega,323,25,3205,196,390,0
10088,lopunny-mega,428,13,283,203,514,0
10089,salamence-mega,373,18,1126,315,450,0
10090,beedrill-mega,15,14,405,223,20,0

0 comments on commit 4803d22

Please sign in to comment.