Fixes Will-O-Wisp's capitalization in gMovesInfo (#4425)
This commit is contained in:
parent
81a73deb76
commit
9097f438f1
1 changed files with 1 additions and 1 deletions
|
@ -6358,7 +6358,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
|||
|
||||
[MOVE_WILL_O_WISP] =
|
||||
{
|
||||
.name = COMPOUND_STRING("Will-o-Wisp"),
|
||||
.name = COMPOUND_STRING("Will-O-Wisp"),
|
||||
.description = COMPOUND_STRING(
|
||||
"Inflicts a burn on the foe\n"
|
||||
"with intense fire."),
|
||||
|
|
Loading…
Reference in a new issue