summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-03-30 15:48:09 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-03-30 15:48:09 -0400
commitca3d39512ce4857f6389888045c5d6d562331302 (patch)
tree51676025912effbee62c2c08e4eac97d0974c6b0 /src/contest.c
parente6a71d1c3759fa3f5b4d71a8cd08b21905948a8c (diff)
Decompile contest effect data
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c
index 686b01476..b94fd4999 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -715,7 +715,7 @@ void sub_80ABCDC(u8 taskId)
}
else if (move != 0
&& sContestantStatus[gContestPlayerMonIndex].prevMove == move
- && gContestMoves[move].effect != CONTEST_EFFECT_REPEATABLE)
+ && gContestMoves[move].effect != CONTEST_EFFECT_REPETITION_NOT_BORING)
{
// Gray the text because it is a repeated move
r5 = StringCopy(sp8, gUnknownText_UnknownFormatting3);