diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-19 19:57:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 19:57:31 -0600 |
commit | 48d7c0a7a389479727b771361132871ca99f9087 (patch) | |
tree | fb6bac591e74f1d867e59b5bf5b2ca7a01ad6f2e /include/contest.h | |
parent | 5b73fe138cf06f176ca2c2184b8ea004acb9545b (diff) | |
parent | d6589d1abc29516fe1afe0aed4105d0dabc81778 (diff) |
Merge pull request #454 from golemgalvanize/decompile_party_menu
Decompile party menu
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index 6ce563b46..54c431b94 100644 --- a/include/contest.h +++ b/include/contest.h @@ -432,6 +432,7 @@ bool8 Contest_IsMonsTurnDisabled(u8 a); bool8 sub_80DE1E8(u8 a); void SetStartledString(u8 a, u8 b); s8 Contest_GetMoveExcitement(u16); +u8 sub_80DAE0C(struct Pokemon *); void sub_80DEDA8(u8); #endif //GUARD_CONTEST_H |