diff options
Diffstat (limited to 'include/contest_effect.h')
-rw-r--r-- | include/contest_effect.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/contest_effect.h b/include/contest_effect.h index 4d680be9e..3484ca5df 100644 --- a/include/contest_effect.h +++ b/include/contest_effect.h @@ -9,6 +9,14 @@ struct ContestMove u8 comboMoves[4]; }; +struct ContestEffect +{ + u8 effectType; + u8 appeal; + u8 jam; +}; + extern const struct ContestMove gContestMoves[]; +extern struct ContestEffect gContestEffects[]; #endif //GUARD_CONTEST_EFFECT_H |