Update mislabeled sweet_scent.asm subroutine (#1140)

This commit is contained in:
duckie
2024-10-17 15:57:59 -05:00
committed by GitHub
parent 2265e53d24
commit 1febb75bf9

View File

@@ -34,7 +34,7 @@ SweetScentEncounter:
jr nc, .no_battle
ld hl, wStatusFlags2
bit STATUSFLAGS2_BUG_CONTEST_TIMER_F, [hl]
jr nz, .not_in_bug_contest
jr nz, .in_bug_contest
farcall GetMapEncounterRate
ld a, b
and a
@@ -43,7 +43,7 @@ SweetScentEncounter:
jr nz, .no_battle
jr .start_battle
.not_in_bug_contest
.in_bug_contest
farcall ChooseWildEncounter_BugContest
.start_battle