mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-27 13:11:04 -05: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user