diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-25 18:15:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 18:15:58 -0500 |
commit | fa0e1ca4de35c9723a0972efeb6f7de4dca25594 (patch) | |
tree | 0cd68b160fa8d4a27cd65d6ffa80159b231f715c /include/contest.h | |
parent | f839afb24aa2c7b70e9c28a5c069aacc46993099 (diff) | |
parent | 605f8ac1141daf66d3428923e004f82f5a5e1594 (diff) |
Merge pull request #552 from PikalaxALT/contest_link_80C2020
[DO NOT MERGE] Contest results tasks
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index 86a5ea4d7..969ae51dd 100644 --- a/include/contest.h +++ b/include/contest.h @@ -438,6 +438,7 @@ extern u16 gUnknown_02038688[4]; extern u8 gContestFinalStandings[4]; extern u8 gUnknown_02038696[4]; extern u8 gUnknown_0203869B; +extern u16 gSpecialVar_ContestRank; extern u16 gSpecialVar_ContestCategory; void SetContestantEffectStringID(u8 a, u8 b); |