From 264e72c1a1d839b1016751c60cf43885b2929922 Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Fri, 14 Feb 2025 00:22:10 +0100 Subject: [PATCH] Use more accurate count in MovesInfo (#6260) --- 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 0589866293..f826a05fb4 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -110,7 +110,7 @@ static const u8 sFeintDescription[] = _( "An attack that hits foes\n" "using moves like Protect."); -const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] = +const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] = { [MOVE_NONE] = {