From c70b3cb2cab64d550a585dcfbc166bf30c0ea955 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 12 Aug 2025 13:17:58 +0200 Subject: Add jump, damage, earcoptr and hop sound effects --- entity/bunny.gbasm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'entity/bunny.gbasm') diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm index 928693c..d617285 100644 --- a/entity/bunny.gbasm +++ b/entity/bunny.gbasm @@ -92,6 +92,7 @@ Move_Bunny: LD A, $1f SUB B LD $mem_blinking_animation_counter, A + .SET_SOUND_EFFECT =_sound_effect_Damage LD A, $mem_bunny_flags SET 3, A LD $mem_bunny_flags, A @@ -255,6 +256,7 @@ Move_Bunny: SET 3, (HL) LD A, $24 LD $mem_blinking_animation_counter, A + .SET_SOUND_EFFECT =_sound_effect_Damage LD A, $00 LD $mem_entity_being_attacked_low, A -- cgit v1.2.3-70-g09d2