Fixed Ice Fang frostbite and freeze text. The frostbite and freeze texts were swapped. (#5273)
This commit is contained in:
parent
e9c8bd0548
commit
c406c4cc76
1 changed files with 2 additions and 2 deletions
|
@ -10596,9 +10596,9 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
|||
.description = COMPOUND_STRING(
|
||||
"May cause flinching or\n"
|
||||
#if B_USE_FROSTBITE == TRUE
|
||||
"leave the foe frozen."),
|
||||
#else
|
||||
"leave the foe with frostbite."),
|
||||
#else
|
||||
"leave the foe frozen."),
|
||||
#endif
|
||||
.effect = EFFECT_HIT,
|
||||
.power = 65,
|
||||
|
|
Loading…
Reference in a new issue