From 0ca9ef3a152c6818468e64b0c3aa62232bfd467b Mon Sep 17 00:00:00 2001 From: Bruno Kenji Date: Sat, 20 Aug 2016 05:30:34 -0300 Subject: [PATCH] reordered moves alphabetically (#4331) * reordered moves alphabetically * removed repeated line --- CONTRIBUTORS.md | 1 + data/pokemon.json | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 7192945980..5fd4f9c2ed 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -75,3 +75,4 @@ * DeXtroTip * rawgni * Breeze Ro + * bruno-kenji diff --git a/data/pokemon.json b/data/pokemon.json index 511d97bbf2..ecd64d4e34 100644 --- a/data/pokemon.json +++ b/data/pokemon.json @@ -1611,8 +1611,7 @@ "Body Slam", "Dazzling Gleam", "Disarming Voice", - "Play Rough", - "Dazzling Gleam" + "Play Rough" ], "BaseAttack": 98, "BaseDefense": 54, @@ -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", @@ -4855,8 +4854,8 @@ ], "Fast Attack(s)": [ "Quick Attack", - "Water Gun", - "Tackle" + "Tackle", + "Water Gun" ], "Weight": "80.0 kg", "Height": "1.1 m",