summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
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);