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 /animation.gbasm | |
parent | 41b5858e855c68e01bf388e54abd82661e846585 (diff) |
Add jump, damage, earcoptr and hop sound effects
Diffstat (limited to 'animation.gbasm')
-rw-r--r-- | animation.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animation.gbasm b/animation.gbasm index dfeb695..bfaabe6 100644 --- a/animation.gbasm +++ b/animation.gbasm @@ -116,6 +116,7 @@ End_animation: LD A, $1f LD $mem_blinking_animation_counter, A + .SET_SOUND_EFFECT =_sound_effect_Damage POP HL |