summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-11 10:37:22 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-11 10:37:22 -0500
commitfa3acd79e7c38f8bd8bce4beff34f432a584fba3 (patch)
treec40942e79f02de5044ac3e4595c0554092d97bc3 /src
parent4a7a3df2052a2e0a5f88a8c087f47e75df3ed357 (diff)
Fix missing header for sub_817F77C BUGFIX
Diffstat (limited to 'src')
-rw-r--r--src/pokemon_animation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pokemon_animation.c b/src/pokemon_animation.c
index c4077aff4..9c8eaca9a 100644
--- a/src/pokemon_animation.c
+++ b/src/pokemon_animation.c
@@ -6,6 +6,7 @@
#include "task.h"
#include "trig.h"
#include "util.h"
+#include "data.h"
#include "constants/battle_anim.h"
#include "constants/rgb.h"