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.
This commit is contained in:
LOuroboros 2021-03-14 12:35:08 -03:00
parent 292993e360
commit d6e89a99ce

View file

@ -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