diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-17 21:30:59 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-17 21:30:59 -0600 |
commit | 967cb5899f0d2f0b11569c2a19a694652628e438 (patch) | |
tree | ac5c99d9d28e8936abd57427b20d0764cf2482c8 /include/contest.h | |
parent | d1a7e101bf8fc3ceb80e339cdec32682c2ff4ffe (diff) |
fix build
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h index 13786e006..fe161bac4 100644 --- a/include/contest.h +++ b/include/contest.h @@ -47,7 +47,9 @@ struct ContestPokemon }; // wow extern struct ContestPokemon gContestMons[]; -extern struct ContestEffect gContestEffects[]; +extern const struct ContestMove gContestMoves[]; +extern const struct ContestEffect gContestEffects[]; +extern const u8 *const gContestEffectStrings[]; void ResetLinkContestBoolean(void); void sub_80AB2AC(void); |