summaryrefslogtreecommitdiff
path: root/src/battle/battle_anim.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-05 12:55:45 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-05 12:55:45 -0500
commit5fc9a151463ade7d260ce5f105674908d6e4449d (patch)
tree2a8170af85bb22aa45eb23e5bf3da949d66b38b8 /src/battle/battle_anim.c
parent4cf701c5871a17f0bc580019e8d294bc1c84ebf3 (diff)
move ewram.h includes in include/ to src files.
Diffstat (limited to 'src/battle/battle_anim.c')
-rw-r--r--src/battle/battle_anim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/battle/battle_anim.c b/src/battle/battle_anim.c
index 0c04ff9b8..408a21f86 100644
--- a/src/battle/battle_anim.c
+++ b/src/battle/battle_anim.c
@@ -12,6 +12,7 @@
#include "sound.h"
#include "sprite.h"
#include "task.h"
+#include "ewram.h"
// sprites start at 10000 and thus must be subtracted of 10000 to account for the true index.
#define GET_TRUE_SPRITE_INDEX(i) (i - 10000)