diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-26 18:54:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 18:54:15 -0800 |
commit | 914f7fc6645ee456994f7a34bc6dac2c165a6392 (patch) | |
tree | 81b21c4a96ec454fac34d763e16dbee3575442b0 /src/contest_ai.c | |
parent | 4e54b9f65e93e84887ef81b726a187bbf3197530 (diff) | |
parent | 76c40aac928d139afa725182ab291436f809258d (diff) |
Merge pull request #551 from PikalaxALT/contest_link_80C857C
Contest link 80 c857 c
Diffstat (limited to 'src/contest_ai.c')
-rw-r--r-- | src/contest_ai.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contest_ai.c b/src/contest_ai.c index 66b387270..1e249083b 100644 --- a/src/contest_ai.c +++ b/src/contest_ai.c @@ -8,7 +8,6 @@ extern u8 AreMovesContestCombo(u16, u16); extern bool8 sub_80B214C(u8); extern bool8 Contest_IsMonsTurnDisabled(u8); -extern s16 gUnknown_02038670[]; extern u16 gSpecialVar_ContestCategory; extern u8 *gAIScriptPtr; |