From af3f41742603de4a3cdeede75127e5ade11fbedc Mon Sep 17 00:00:00 2001 From: Zhorken Date: Tue, 20 Apr 2010 14:54:05 -0400 Subject: [PATCH] Fixed Conversion 2 and U-turn's names. Based on a Platinum text dump; I'm pretty sure Conversion2 was all one word at some point. Interestingly, the use messages for U-turn all read "___________ used U-Turn!", but it's "U-turn" as the actual move name. --- pokedex/data/csv/moves.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pokedex/data/csv/moves.csv b/pokedex/data/csv/moves.csv index 3f1b386..7a8b59d 100644 --- a/pokedex/data/csv/moves.csv +++ b/pokedex/data/csv/moves.csv @@ -174,7 +174,7 @@ id,name,generation_id,type_id,power,pp,accuracy,target_id,damage_class_id,effect 173,Snore,2,1,40,15,100,10,3,93,30,cute,1,5 174,Curse,2,18,0,10,100,10,1,110,,tough,31,21 175,Flail,2,1,1,15,100,10,2,100,,cute,26,15 -176,Conversion2,2,1,0,30,100,7,1,94,,beauty,12,23 +176,Conversion 2,2,1,0,30,100,7,1,94,,beauty,12,23 177,Aeroblast,2,3,100,5,95,10,3,44,,cool,2,22 178,Cotton Spore,2,12,0,40,85,10,1,61,,beauty,10,1 179,Reversal,2,2,1,15,100,10,2,100,,cool,28,15 @@ -367,7 +367,7 @@ id,name,generation_id,type_id,power,pp,accuracy,target_id,damage_class_id,effect 366,Tailwind,4,3,0,30,0,4,1,226,,smart,,1 367,Acupressure,4,1,0,30,0,5,1,227,,cool,,11 368,Metal Burst,4,9,1,10,100,1,2,228,,beauty,,15 -369,U-Turn,4,7,70,20,100,10,2,229,,cute,,16 +369,U-turn,4,7,70,20,100,10,2,229,,cute,,16 370,Close Combat,4,2,120,5,100,10,2,230,,smart,,22 371,Payback,4,17,50,10,100,10,2,231,,cool,,6 372,Assurance,4,17,50,10,100,10,2,232,,beauty,,15 -- 2.7.4