From 9097f438f12340791d706e3fe7d9842d52a6aa22 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 22 Apr 2024 04:58:17 -0300 Subject: [PATCH] Fixes Will-O-Wisp's capitalization in gMovesInfo (#4425) --- src/data/moves_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 5ae99761ff..6fbe504a77 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -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."),