summaryrefslogtreecommitdiff
path: root/engine/events/sweet_scent.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/sweet_scent.asm')
-rwxr-xr-xengine/events/sweet_scent.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/sweet_scent.asm b/engine/events/sweet_scent.asm
index 2f1759a2b..509d9775d 100755
--- a/engine/events/sweet_scent.asm
+++ b/engine/events/sweet_scent.asm
@@ -37,7 +37,7 @@ SweetScentEncounter: ; 506ef
farcall CanUseSweetScent
jr nc, .no_battle
ld hl, wStatusFlags2
- bit 2, [hl]
+ bit STATUSFLAGS2_BUG_CONTEST_TIMER_F, [hl]
jr nz, .not_in_bug_contest
farcall GetMapEncounterRate
ld a, b