mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-22 06:31:48 +00:00
Better looking dirt explosions, at cost of some terrain artifcats
This commit is contained in:
parent
1c880dba1d
commit
0f2d1e7f06
4
dirt.s
4
dirt.s
@ -266,8 +266,8 @@ updateDirtParticleContinue:
|
|||||||
beq updateDirtParticleKill ; Offscreen, so we're done
|
beq updateDirtParticleKill ; Offscreen, so we're done
|
||||||
lda SHADOWVRAMBANK,x
|
lda SHADOWVRAMBANK,x
|
||||||
beq updateDirtParticleStillAlive ; All sky, so carry on
|
beq updateDirtParticleStillAlive ; All sky, so carry on
|
||||||
cmp #$11
|
; cmp #$11
|
||||||
bne updateDirtParticleKill ; Not dirt, so we're done
|
; bne updateDirtParticleKill ; Not dirt, so we're done
|
||||||
lda dirtParticles+DP_VY,y
|
lda dirtParticles+DP_VY,y
|
||||||
bmi updateDirtParticleKill ; +Y velocity on dirt, so we're done
|
bmi updateDirtParticleKill ; +Y velocity on dirt, so we're done
|
||||||
|
|
||||||
|
BIN
gscats.2mg
BIN
gscats.2mg
Binary file not shown.
Loading…
Reference in New Issue
Block a user