Port contest ai from pokeruby

This commit is contained in:
DizzyEggg
2018-08-15 11:43:57 +02:00
parent 6dac87abfd
commit c806992cfc
8 changed files with 1803 additions and 5298 deletions

View File

@@ -17,6 +17,8 @@ struct ContestEffect
};
extern const struct ContestMove gContestMoves[];
extern struct ContestEffect gContestEffects[];
extern const struct ContestEffect gContestEffects[];
bool8 AreMovesContestCombo(u16 lastMove, u16 nextMove);
#endif //GUARD_CONTEST_EFFECT_H