Disable jingles at higher speeds.

This commit is contained in:
Randy Thiemann 2023-10-22 00:04:41 +02:00
parent b3100eb235
commit 9ab1dbbf25
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -263,6 +263,9 @@ fetchPieceMode:
cp a, 0
jr nz, .skipJingle
.playNextJingle
ldh a, [hCurrentGravityPerTick]
cp a, 1
jr nz, .skipJingle
ldh a, [hNextPiece]
call SFXEnqueue
.skipJingle