diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-11 10:37:22 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-11 10:37:22 -0500 |
commit | fa3acd79e7c38f8bd8bce4beff34f432a584fba3 (patch) | |
tree | c40942e79f02de5044ac3e4595c0554092d97bc3 /src | |
parent | 4a7a3df2052a2e0a5f88a8c087f47e75df3ed357 (diff) |
Fix missing header for sub_817F77C BUGFIX
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_animation.c | 1 |
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" |