diff options
author | Astatin <[email protected]> | 2025-08-12 13:17:58 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-12 13:17:58 +0200 |
commit | c70b3cb2cab64d550a585dcfbc166bf30c0ea955 (patch) | |
tree | ef41d8f22129ab84e112bc7e78a6ce3ceb97dc83 /entity | |
parent | 41b5858e855c68e01bf388e54abd82661e846585 (diff) |
Add jump, damage, earcoptr and hop sound effects
Diffstat (limited to 'entity')
-rw-r--r-- | entity/bunny.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |