diff options
author | Astatin <[email protected]> | 2025-08-19 15:57:51 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-19 15:57:51 +0200 |
commit | bbc5ab6ad02dbabcb79e1e83195288c0fb8cf1d1 (patch) | |
tree | 619cda5870860164fd8bddcb4e0ed741cf63ca49 /entity | |
parent | c70b3cb2cab64d550a585dcfbc166bf30c0ea955 (diff) |
Add insect bite & frog grab sound effects + disallow 2 sound effects at once
Diffstat (limited to 'entity')
-rw-r--r-- | entity/bunny.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |