From 967cb5899f0d2f0b11569c2a19a694652628e438 Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Sun, 17 Dec 2017 21:30:59 -0600 Subject: fix build --- include/contest.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/contest.h') 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); -- cgit v1.2.3