Fixed Uproar's description and spacing (#8187)
This commit is contained in:
parent
59d131f599
commit
625f67be33
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user