Skip to content

Commit

Permalink
reordered moves alphabetically (#4331)
Browse files Browse the repository at this point in the history
* reordered moves alphabetically

* removed repeated line
  • Loading branch information
bruno-kenji authored and mjmadsen committed Aug 20, 2016
1 parent d8f7c42 commit 0ca9ef3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@
* DeXtroTip
* rawgni
* Breeze Ro
* bruno-kenji
11 changes: 5 additions & 6 deletions data/pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -1611,8 +1611,7 @@
"Body Slam",
"Dazzling Gleam",
"Disarming Voice",
"Play Rough",
"Dazzling Gleam"
"Play Rough"
],
"BaseAttack": 98,
"BaseDefense": 54,
Expand Down Expand Up @@ -3154,8 +3153,8 @@
],
"Fast Attack(s)": [
"Mud Shot",
"Rock Throw",
"Mud Slap"
"Mud Slap",
"Rock Throw"
],
"Weight": "300.0 kg",
"Height": "1.4 m",
Expand Down Expand Up @@ -4855,8 +4854,8 @@
],
"Fast Attack(s)": [
"Quick Attack",
"Water Gun",
"Tackle"
"Tackle",
"Water Gun"
],
"Weight": "80.0 kg",
"Height": "1.1 m",
Expand Down

0 comments on commit 0ca9ef3

Please sign in to comment.