summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-11 08:44:21 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-11 08:44:21 -0400
commitc15b50ac686632130512de37d01037bff6e10cd2 (patch)
treed2f76b31776640a049646950d669adbb6a726cdc /include
parent9bee601b163ff9fcfebba6021ea162880b6fed92 (diff)
through prints_contest_move_description
Diffstat (limited to 'include')
-rw-r--r--include/contest_effect.h8
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