diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-15 11:43:57 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-15 11:43:57 +0200 |
commit | c806992cfc5a4fac53f2c8a52b32f7a039773e41 (patch) | |
tree | 017808f86a4c1202ccd275443a87cb6e762d59c8 /include/contest_effect.h | |
parent | 6dac87abfd2bea0ddf126cdc1e9c31757c8fee36 (diff) |
Port contest ai from pokeruby
Diffstat (limited to 'include/contest_effect.h')
-rw-r--r-- | include/contest_effect.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/contest_effect.h b/include/contest_effect.h index 3484ca5df..4b3b151eb 100644 --- a/include/contest_effect.h +++ b/include/contest_effect.h @@ -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 |