diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-13 19:10:23 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-15 14:32:30 -0400 |
commit | c42c1ab8c1aaab06350ba71ceb5b89db42d3d851 (patch) | |
tree | 3d8e18d050b3f9cf30b6c2ac1f7d62199e94df49 /src/contest_effect.c | |
parent | 3779422489e81c139ece633e1b6409b06d228d7c (diff) |
Document contest appeal
Diffstat (limited to 'src/contest_effect.c')
-rw-r--r-- | src/contest_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest_effect.c b/src/contest_effect.c index 809aecbed..17384ec90 100644 --- a/src/contest_effect.c +++ b/src/contest_effect.c @@ -423,7 +423,7 @@ static void ContestEffect_MakeFollowingMonsNervous(void) } for (i = 0; i < CONTESTANT_COUNT; i++) { - if (eContestantStatus[i].hasJudgesAttention && sub_80DE1E8(i)) + if (eContestantStatus[i].hasJudgesAttention && IsContestantAllowedToCombo(i)) oddsMod[i] = gComboStarterLookupTable[gContestMoves[eContestantStatus[i].prevMove].comboStarterId] * 10; else oddsMod[i] = 0; |