Corrected Stone Axe and Ceaseless Edge descriptions (#9062)
This commit is contained in:
parent
6928d54d46
commit
ee1e02b2ef
@ -19328,8 +19328,8 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
|
||||
{
|
||||
.name = COMPOUND_STRING("Stone Axe"),
|
||||
.description = COMPOUND_STRING(
|
||||
"High critical hit ratio. Sets\n"
|
||||
"Splinters that hurt the foe."),
|
||||
"Sets sharp rocks that hurt\n"
|
||||
"the foe."),
|
||||
.effect = EFFECT_STONE_AXE,
|
||||
.power = 65,
|
||||
.type = TYPE_ROCK,
|
||||
@ -19665,8 +19665,8 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] =
|
||||
{
|
||||
.name = COMPOUND_STRING("Ceaseless Edge"),
|
||||
.description = COMPOUND_STRING(
|
||||
"High critical hit ratio. Sets\n"
|
||||
"Splinters that hurt the foe."),
|
||||
"Sets Spikes that hurt the\n"
|
||||
"foe."),
|
||||
.effect = EFFECT_CEASELESS_EDGE,
|
||||
.power = 65,
|
||||
.type = TYPE_DARK,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user