Fixes Rapid Spin description (#7178) (#7181)

This commit is contained in:
grintoul 2025-06-23 09:02:51 +01:00 committed by GitHub
parent 98670ca30e
commit 6c6daa8b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,