diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-15 13:07:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-15 13:07:07 -0600 |
commit | 1ca3656d74faf8565e0f61b31a1cd3ab22a44706 (patch) | |
tree | 3e21dae724a02260e6c2dc030e35b93dba5fa26a /include/contest.h | |
parent | d10ffe6dbadceccec3e9688e772771f34a63446f (diff) |
Decompile contest_painting.c (#447)
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 8790d7371..c205737ee 100644 --- a/include/contest.h +++ b/include/contest.h @@ -231,6 +231,7 @@ extern u8 gContestPlayerMonIndex; extern s16 gUnknown_02039F08[4]; extern s16 gContestMonConditions[4]; extern u8 gIsLinkContest; +extern struct ContestWinner gUnknown_02039F3C; struct Shared18000 { |