summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/battle_anim.h4
-rw-r--r--include/global.h5
2 files changed, 7 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
diff --git a/include/global.h b/include/global.h
index ad08af84f..b50b56151 100644
--- a/include/global.h
+++ b/include/global.h
@@ -76,6 +76,11 @@ struct TextStruct
const u8 *text;
};
+struct FuncStruct
+{
+ void *func;
+};
+
struct Coords16
{
s16 x;