Disable jingles at higher speeds.
This commit is contained in:
parent
b3100eb235
commit
9ab1dbbf25
BIN
DMGTRIS.GB
BIN
DMGTRIS.GB
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue