From d6e89a99ce46f831797c6cac9b9b401a42ee5957 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sun, 14 Mar 2021 12:35:08 -0300 Subject: [PATCH] Corrected the name of an included header file include/constants/battle_moves.h doesn't exist. The right header file to include was include/constants/moves.h instead. --- src/battle_anim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle_anim.c b/src/battle_anim.c index f20d30dabb..6613c36395 100644 --- a/src/battle_anim.c +++ b/src/battle_anim.c @@ -18,7 +18,7 @@ #include "task.h" #include "constants/battle_anim.h" #include "constants/battle_config.h" -#include "constants/battle_moves.h" +#include "constants/moves.h" #define ANIM_SPRITE_INDEX_COUNT 8