diff --git a/dirt.s b/dirt.s index abf7b1f..57d23c6 100644 --- a/dirt.s +++ b/dirt.s @@ -266,8 +266,8 @@ updateDirtParticleContinue: beq updateDirtParticleKill ; Offscreen, so we're done lda SHADOWVRAMBANK,x beq updateDirtParticleStillAlive ; All sky, so carry on - cmp #$11 - bne updateDirtParticleKill ; Not dirt, so we're done +; cmp #$11 +; bne updateDirtParticleKill ; Not dirt, so we're done lda dirtParticles+DP_VY,y bmi updateDirtParticleKill ; +Y velocity on dirt, so we're done diff --git a/gscats.2mg b/gscats.2mg index a41eddb..f29bf27 100644 Binary files a/gscats.2mg and b/gscats.2mg differ