summaryrefslogtreecommitdiff
path: root/src/contest_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contest_2.c')
-rw-r--r--src/contest_2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/contest_2.c b/src/contest_2.c
index 3e617773b..edfff74d0 100644
--- a/src/contest_2.c
+++ b/src/contest_2.c
@@ -40,7 +40,6 @@ extern u8 gBattlerSpriteIds[];
extern struct Window gWindowTemplate_Contest_MoveDescription;
extern struct SpriteTemplate gUnknown_02024E8C;
-extern const struct ContestPokemon gContestOpponents[60];
extern const u8 gUnknown_083CA308[][2];
extern const u8 gUnknown_083CA310[][2];
extern const u8 gUnknown_083CA318[][2];
@@ -80,6 +79,8 @@ extern const u8 gUnknownText_LinkStandbyAndWinner[];
extern void (*const gContestEffectFuncs[])(void);
extern const s8 gContestExcitementTable[][5];
+#include "data/contest_opponents.h"
+
void TryPutPlayerLast(void)
{
if (!(gIsLinkContest & 1))