diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 13:59:12 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-14 13:59:12 -0500 |
commit | d7d947c6913d1a2a7a6401b8aac2041d536ad978 (patch) | |
tree | 8caf4c275a77b2b02dd8e0ba5003bf6080c91feb /src/contest.c | |
parent | e769bb92568d732429645cfceb9c18fb49858431 (diff) |
formatting and clean up
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/contest.c b/src/contest.c index 6a8887fb1..df4bb361d 100644 --- a/src/contest.c +++ b/src/contest.c @@ -31,13 +31,12 @@ #include "tv.h" #include "scanline_effect.h" #include "util.h" +#include "contest_ai.h" extern u8 AreMovesContestCombo(u16, u16); // I don't think this is a bool extern void sub_80C8A38(u8); extern void sub_80C8AD0(u8); extern void sub_80C8C80(u8); -extern void ContestAI_ResetAI(); -extern u8 ContestAI_GetActionToUse(void); extern struct MusicPlayerInfo gMPlay_SE1; extern u16 gSpecialVar_ContestCategory; |