summaryrefslogtreecommitdiff
path: root/src/contest_ai.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-08 14:03:53 -0400
committerhuderlem <huderlem@gmail.com>2019-04-08 17:33:35 -0500
commit0c690920ab161e32375947ab07667ed6463468cf (patch)
tree7e8d12ec8586e7edb0fc54101a7807a1794390af /src/contest_ai.c
parent9ee4f4d65ab18c98660311c85d2553d28b90fb05 (diff)
through sub_80C4A28
Diffstat (limited to 'src/contest_ai.c')
-rw-r--r--src/contest_ai.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/contest_ai.c b/src/contest_ai.c
index a6dde8afe..06d4c11ca 100644
--- a/src/contest_ai.c
+++ b/src/contest_ai.c
@@ -632,7 +632,7 @@ static void ContestAICmd_unk_19(void)
static void ContestAICmd_unk_1A(void)
{
- eContestAI->scriptResult = gUnknown_02038670[eContestAI->unk41];
+ eContestAI->scriptResult = gContestMonConditions[eContestAI->unk41];
gAIScriptPtr += 1;
}
@@ -1353,7 +1353,7 @@ static void ContestAICmd_unk_5E(void)
{
u8 var = sub_8128A7C(gAIScriptPtr[1]);
- eContestAI->scriptResult = gUnknown_02038670[var] - gUnknown_02038670[eContestAI->unk41];
+ eContestAI->scriptResult = gContestMonConditions[var] - gContestMonConditions[eContestAI->unk41];
gAIScriptPtr += 2;
}