diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-27 16:51:06 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-27 16:51:06 -0600 |
commit | 0597628ae78755f4e30ae6bc79b3075e5b9c8ab8 (patch) | |
tree | 0b2964103554e55ba4e03d4dbe8103bc8f06fc41 /src/contest_ai.c | |
parent | 8aae2583eb851d1442b85e28d7bcb13a15c1818d (diff) | |
parent | e92ead0e159ccaa8301b189b9ef2bb1a33b2ea62 (diff) |
Merge branch 'master' into german_debug
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; |