aboutsummaryrefslogtreecommitdiff
path: root/animation.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-12 13:17:58 +0200
committerAstatin <[email protected]>2025-08-12 13:17:58 +0200
commitc70b3cb2cab64d550a585dcfbc166bf30c0ea955 (patch)
treeef41d8f22129ab84e112bc7e78a6ce3ceb97dc83 /animation.gbasm
parent41b5858e855c68e01bf388e54abd82661e846585 (diff)
Add jump, damage, earcoptr and hop sound effects
Diffstat (limited to 'animation.gbasm')
-rw-r--r--animation.gbasm1
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