Skip to content

Commit

Permalink
Sound effect for fly being killed
Browse files Browse the repository at this point in the history
  • Loading branch information
dustmop committed Feb 1, 2017
1 parent 2a9671f commit 421e45c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fly.asm
Expand Up @@ -251,6 +251,8 @@ HaveDeltaH:
Collision:
jsr GainPointsDueToFlyHitByAndSwatter
jsr ExplodeTheFly
lda #SFX_FLY_KILLED
jsr SoundPlay
jmp Return
Break:
.endscope
Expand Down
Binary file modified sfx.ftm
Binary file not shown.
1 change: 1 addition & 0 deletions sound.h.asm
Expand Up @@ -8,3 +8,4 @@ SFX_GLOOP = 4
SFX_PRESS_START = 5
SFX_ELECTRIC = 6
SFX_MAKE_STARS = 7
SFX_FLY_KILLED = 8

0 comments on commit 421e45c

Please sign in to comment.