Fixes Will-O-Wisp's capitalization in gMovesInfo (#4425)

This commit is contained in:
LOuroboros 2024-04-22 04:58:17 -03:00 committed by GitHub
parent 81a73deb76
commit 9097f438f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."),