diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 15:32:22 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-11-25 15:32:22 -0600 |
commit | 256bfc3caafe1f665cc3682522d9b7ed7a0730f2 (patch) | |
tree | 8ccece05549c273f762ed2060e98002b7b77840a /src/contest_ai.c | |
parent | dc7764f60ce5c6278a1824f47cacf47362854d0e (diff) |
Decompile script_pokemon_util_80F87D8
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[]; |