diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 15:32:22 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 15:32:22 -0600 |
commit | 256bfc3caafe1f665cc3682522d9b7ed7a0730f2 (patch) | |
tree | 8ccece05549c273f762ed2060e98002b7b77840a /include/contest.h | |
parent | dc7764f60ce5c6278a1824f47cacf47362854d0e (diff) |
Decompile script_pokemon_util_80F87D8
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 6 |
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 |