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
|
cp a, 0
|
||||||
jr nz, .skipJingle
|
jr nz, .skipJingle
|
||||||
.playNextJingle
|
.playNextJingle
|
||||||
|
ldh a, [hCurrentGravityPerTick]
|
||||||
|
cp a, 1
|
||||||
|
jr nz, .skipJingle
|
||||||
ldh a, [hNextPiece]
|
ldh a, [hNextPiece]
|
||||||
call SFXEnqueue
|
call SFXEnqueue
|
||||||
.skipJingle
|
.skipJingle
|
||||||
|
|
Loading…
Reference in New Issue