diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-11 08:44:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-11 08:44:21 -0400 |
commit | c15b50ac686632130512de37d01037bff6e10cd2 (patch) | |
tree | d2f76b31776640a049646950d669adbb6a726cdc /include | |
parent | 9bee601b163ff9fcfebba6021ea162880b6fed92 (diff) |
through prints_contest_move_description
Diffstat (limited to 'include')
-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 |