mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
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.
This commit is contained in:
parent
b9a32beb35
commit
3c0b60ecb3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue