diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-11-10 12:46:39 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-10 16:37:26 -0600 |
commit | 1ed3af66eb7a3f868e62d6409061a8d83a9cceae (patch) | |
tree | da663407fdaf1315d83a87066ca68ea429ada876 /include/contest_painting.h | |
parent | 6c863f6724ad2fefef4ec032538ed9e96b446b5e (diff) |
Document contest painting image processing effects
Diffstat (limited to 'include/contest_painting.h')
-rw-r--r-- | include/contest_painting.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/contest_painting.h b/include/contest_painting.h index c633c50cc..f16a0d2f3 100644 --- a/include/contest_painting.h +++ b/include/contest_painting.h @@ -1,16 +1,7 @@ #ifndef GUARD_CONTESTPAINTING_H #define GUARD_CONTESTPAINTING_H -enum -{ - CONTESTRESULT_COOL = 9, - CONTESTRESULT_BEAUTY = 13, - CONTESTRESULT_CUTE = 2, - CONTESTRESULT_SMART = 36, - CONTESTRESULT_TOUGH = 6, -}; - -void sub_812FDA8(int); +void SetContestWinnerForPainting(int); void CB2_ContestPainting(void); #endif |