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:
parent
292993e360
commit
d6e89a99ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue