diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-05 20:26:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 20:26:51 -0700 |
commit | b58527a387a65b84d2aefd23e589a53844308d6a (patch) | |
tree | 38c6f935a9f9aca85b4c42941fb842f04784945a /include/contest_effect.h | |
parent | b1d091e233b81262e0905ce06607cfa7c4d4c9dd (diff) | |
parent | bdc22ceb2ca2ccfc68f3be1b45df31a5a147ced3 (diff) |
Merge pull request #585 from PikalaxALT/contest_effect
[WIP] Decompile contest_effect
Diffstat (limited to 'include/contest_effect.h')
-rw-r--r-- | include/contest_effect.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/contest_effect.h b/include/contest_effect.h new file mode 100644 index 000000000..2840bf106 --- /dev/null +++ b/include/contest_effect.h @@ -0,0 +1,6 @@ +#ifndef POKERUBY_GBA_CONTEST_EFFECT_H +#define POKERUBY_GBA_CONTEST_EFFECT_H + +extern bool8 AreMovesContestCombo(u16, u16); + +#endif //POKERUBY_GBA_CONTEST_EFFECT_H |