Skip to content

Commit

Permalink
Fixes Rangi42#837
Browse files Browse the repository at this point in the history
...i think
  • Loading branch information
ariscop committed Mar 28, 2023
1 parent 926008e commit 16a69ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 4 additions & 5 deletions audio/drumkits.asm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Drumkit2:
dr Snare7
dr HiHat2
Drumkit3:
dr Drum21
dr Drum00
dr Snare12
dr Snare13
dr Snare14
Expand All @@ -63,7 +63,7 @@ Drumkit3:
dr Kick2
dr Crash2
Drumkit4:
dr Drum21
dr Drum00
dr Drum20
dr Snare13
dr Snare14
Expand Down Expand Up @@ -91,9 +91,8 @@ Drumkit5:
dr Snare13
dr Kick2

Drum00:
; unused
noise_note 32, 1, 1, 0
Drum00: ; rest
noise_note 32, 0, 8, 0
sound_ret

Snare1:
Expand Down
2 changes: 0 additions & 2 deletions audio/engine.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1203,9 +1203,7 @@ GetNoiseSample:
; get pitch
ld a, [wCurMusicByte]
swap a
; non-rest note?
and $f
ret z
; use 'pitch' to seek noise sample set
ld e, a
ld d, 0
Expand Down

0 comments on commit 16a69ab

Please sign in to comment.