through prints_contest_move_description

This commit is contained in:
PikalaxALT
2018-05-11 08:44:21 -04:00
parent 9bee601b16
commit c15b50ac68
4 changed files with 95 additions and 279 deletions
+8
View File
@@ -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