diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 21:30:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 21:30:06 -0400 |
commit | 00861b751b8c468851bc2cb770e8aadf174013ba (patch) | |
tree | 37a7ebb3be96b88e07cc0d9233330914e106e20f /include | |
parent | e905d09ee74ab3c158c8913986a7480acc2c8507 (diff) |
sub_80BEF10
Diffstat (limited to 'include')
-rw-r--r-- | include/contest_painting.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/contest_painting.h b/include/contest_painting.h index 896aa299b..a67748d02 100644 --- a/include/contest_painting.h +++ b/include/contest_painting.h @@ -8,6 +8,14 @@ enum { + NORMAL_RANK, + SUPER_RANK, + HYPER_RANK, + MASTER_RANK, +}; + +enum +{ CONTEST_COOL, CONTEST_BEAUTY, CONTEST_CUTE, |