diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 15:58:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-25 15:58:23 -0600 |
commit | 65c4d49859971d14dc9c43b9444704acf188d408 (patch) | |
tree | ffd0f4732795bdc4fdd3af4e4509adde9a28dccb /src/contest_ai.c | |
parent | dc7764f60ce5c6278a1824f47cacf47362854d0e (diff) | |
parent | fb6120da5b2e042aba061094ca3fdf20197bc657 (diff) |
Merge pull request #397 from huderlem/script_pokemon_util
Script pokemon util
Diffstat (limited to 'src/contest_ai.c')
-rw-r--r-- | src/contest_ai.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/contest_ai.c b/src/contest_ai.c index 3324ddf87..1342ea102 100644 --- a/src/contest_ai.c +++ b/src/contest_ai.c @@ -4,8 +4,6 @@ #include "contest_ai.h" #include "contest_effect.h" -extern u16 gContestMonConditions[]; - extern const u8 *gAIScriptPtr; extern const u8 *gContestAIs[]; |