mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
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
@ -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…
x
Reference in New Issue
Block a user