Fixed Uproar's description and spacing (#8187)

This commit is contained in:
Frank DeBlasio 2025-11-10 09:56:40 -05:00 committed by GitHub
parent 59d131f599
commit 625f67be33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6706,12 +6706,12 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
{
.name = COMPOUND_STRING("Uproar"),
.description = COMPOUND_STRING(
#if B_UPROAR_TURNS >= GEN_5
"Causes an uproar for 2 to 5\n"
#else
"Causes an uproar for 3\n"
#endif
"turns and prevents sleep."),
#if B_UPROAR_TURNS >= GEN_5
"Causes an uproar for 3\n"
#else
"Causes an uproar for 2 to 5\n"
#endif
"turns and prevents sleep."),
.effect = EFFECT_UPROAR,
.power = B_UPDATED_MOVE_DATA >= GEN_5 ? 90 : 50,
.type = TYPE_NORMAL,