diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-17 18:25:16 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-17 18:25:16 -0600 |
commit | 6415654584a586f48ede7e9e6f6de39b8c6ac9f0 (patch) | |
tree | 0a668f9be14c8115391cf180e23d375db865335e /include/contest.h | |
parent | 688ae64548d743a0f7bbed29511903c1695cb8b6 (diff) |
decompile sub_80AEB1C - sub_80AEFE8
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index 414723391..13786e006 100644 --- a/include/contest.h +++ b/include/contest.h @@ -47,6 +47,8 @@ struct ContestPokemon }; // wow extern struct ContestPokemon gContestMons[]; +extern struct ContestEffect gContestEffects[]; + void ResetLinkContestBoolean(void); void sub_80AB2AC(void); void sub_80AB47C(void); |