From bbc5ab6ad02dbabcb79e1e83195288c0fb8cf1d1 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 19 Aug 2025 15:57:51 +0200 Subject: Add insect bite & frog grab sound effects + disallow 2 sound effects at once --- entity/bunny.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity') diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm index d617285..af586e1 100644 --- a/entity/bunny.gbasm +++ b/entity/bunny.gbasm @@ -63,7 +63,7 @@ Move_Bunny: .Poison_effect: LD A, $mem_bunny_status CP $08 - JR NZ, =.Poison_effect.end + JP NZ, =.Poison_effect.end LD A, $f6 LD $mem_bunny_status_tile, A LD A, $mem_moving_animation_step -- cgit v1.2.3-70-g09d2