parent
98670ca30e
commit
6c6daa8b9c
@ -6050,11 +6050,11 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
|
||||
{
|
||||
.name = COMPOUND_STRING("Rapid Spin"),
|
||||
.description = COMPOUND_STRING(
|
||||
"Spins attack that removes\n"
|
||||
"User spins and removes some\n"
|
||||
#if B_SPEED_BUFFING_RAPID_SPIN >= GEN_8
|
||||
"some effects and ups speed."),
|
||||
"effects, while upping speed."),
|
||||
#else
|
||||
"certain effects."),
|
||||
"effects."),
|
||||
#endif
|
||||
.effect = EFFECT_RAPID_SPIN,
|
||||
.power = B_UPDATED_MOVE_DATA >= GEN_8 ? 50 : 20,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user