summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-17 21:30:59 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-17 21:30:59 -0600
commit967cb5899f0d2f0b11569c2a19a694652628e438 (patch)
treeac5c99d9d28e8936abd57427b20d0764cf2482c8 /include/contest.h
parentd1a7e101bf8fc3ceb80e339cdec32682c2ff4ffe (diff)
fix build
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h4
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);