diff --git a/DMGTRIS.GB b/DMGTRIS.GB index c0cd80f..2bca4ee 100644 Binary files a/DMGTRIS.GB and b/DMGTRIS.GB differ diff --git a/src/state_gameplay.asm b/src/state_gameplay.asm index ec83b6a..fdc6cf2 100644 --- a/src/state_gameplay.asm +++ b/src/state_gameplay.asm @@ -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