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_painting.h | |
parent | d10ffe6dbadceccec3e9688e772771f34a63446f (diff) |
Decompile contest_painting.c (#447)
Diffstat (limited to 'include/contest_painting.h')
-rw-r--r-- | include/contest_painting.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/include/contest_painting.h b/include/contest_painting.h index 67a845d62..c633c50cc 100644 --- a/include/contest_painting.h +++ b/include/contest_painting.h @@ -1,7 +1,16 @@ #ifndef GUARD_CONTESTPAINTING_H #define GUARD_CONTESTPAINTING_H -void sub_812FDA8(u32); -void sub_812FDEC(void); +enum +{ + CONTESTRESULT_COOL = 9, + CONTESTRESULT_BEAUTY = 13, + CONTESTRESULT_CUTE = 2, + CONTESTRESULT_SMART = 36, + CONTESTRESULT_TOUGH = 6, +}; + +void sub_812FDA8(int); +void CB2_ContestPainting(void); #endif |