diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-23 23:40:51 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-23 23:40:51 -0500 |
commit | 426b6a7290d3553ad1059e8f3a1d5e5009d2dafc (patch) | |
tree | b21a01dc78bd6f07dd1e976d3ff12c44b97b3c85 /include | |
parent | 1fd9669d422f8e412d73cfb48f0651483bee833c (diff) |
through sub_80C2EA0
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 1 | ||||
-rw-r--r-- | include/tv.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index b0bdd7f61..f0e4c0b0d 100644 --- a/include/contest.h +++ b/include/contest.h @@ -282,5 +282,6 @@ extern u16 gUnknown_02038688[4]; extern u8 gContestFinalStandings[4]; extern u8 gUnknown_02038696[4]; extern u8 gUnknown_0203869B; +extern u16 gSpecialVar_ContestRank; #endif // GUARD_CONTEST_H diff --git a/include/tv.h b/include/tv.h index 2edccb365..3b4dda745 100644 --- a/include/tv.h +++ b/include/tv.h @@ -27,6 +27,7 @@ void sub_80BE160(TVShow *show); void sub_80BE160(TVShow *); void sub_80BE188(void); void sub_80BE23C(u16); +void sub_80BE284(u8 contestResult); void sub_80BE320(void); void StartMassOutbreak(void); void sub_80BE5FC(void); |