summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-11-25 15:58:23 -0600
committerGitHub <noreply@github.com>2018-11-25 15:58:23 -0600
commit65c4d49859971d14dc9c43b9444704acf188d408 (patch)
treeffd0f4732795bdc4fdd3af4e4509adde9a28dccb /include/contest.h
parentdc7764f60ce5c6278a1824f47cacf47362854d0e (diff)
parentfb6120da5b2e042aba061094ca3fdf20197bc657 (diff)
Merge pull request #397 from huderlem/script_pokemon_util
Script pokemon util
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h
index 502d44b90..8790d7371 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -226,6 +226,11 @@ extern u8 gUnknown_02039F24;
extern u16 gSpecialVar_ContestCategory;
extern u16 gSpecialVar_ContestRank;
extern u8 gUnknown_02039F30;
+extern u8 gContestFinalStandings[4];
+extern u8 gContestPlayerMonIndex;
+extern s16 gUnknown_02039F08[4];
+extern s16 gContestMonConditions[4];
+extern u8 gIsLinkContest;
struct Shared18000
{
@@ -427,5 +432,6 @@ bool8 Contest_IsMonsTurnDisabled(u8 a);
bool8 sub_80DE1E8(u8 a);
void SetStartledString(u8 a, u8 b);
s8 Contest_GetMoveExcitement(u16);
+void sub_80DEDA8(u8);
#endif //GUARD_CONTEST_H