summaryrefslogtreecommitdiff
path: root/include/battle_anim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r--include/battle_anim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h
index eb98ebf09..e75c71ec0 100644
--- a/include/battle_anim.h
+++ b/include/battle_anim.h
@@ -50,9 +50,9 @@ struct UnknownStruct3
u8 filler1[0xB];
};
-void move_something(const u8 *const moveAnims[], u16 b, u8 c);
+void DoMoveAnim(const u8 *const moveAnims[], u16 b, u8 c);
bool8 b_side_obj__get_some_boolean(u8 a);
void sub_8076034(u8, u8);
-bool8 sub_8076BE0(void);
+bool8 IsContest(void);
#endif