From 1febb75bf9b121022bb1656e8b9e48c0ee9451e3 Mon Sep 17 00:00:00 2001 From: duckie <51755390+duckiedev@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:57:59 -0500 Subject: [PATCH] Update mislabeled sweet_scent.asm subroutine (#1140) --- engine/events/sweet_scent.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/events/sweet_scent.asm b/engine/events/sweet_scent.asm index 4fc03b936..c43b68837 100644 --- a/engine/events/sweet_scent.asm +++ b/engine/events/sweet_scent.asm @@ -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