mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-22 06:31:48 +00:00
Fix fan causing scrolling render artifacts
This commit is contained in:
parent
8a8235181c
commit
703edd47dd
1
fan.s
1
fan.s
@ -67,6 +67,7 @@ updateFan:
|
|||||||
; Once fan is in place, make it static
|
; Once fan is in place, make it static
|
||||||
lda projectileData+GO_POSY,y
|
lda projectileData+GO_POSY,y
|
||||||
inc
|
inc
|
||||||
|
inc
|
||||||
sta projectileData+GO_POSY,y
|
sta projectileData+GO_POSY,y
|
||||||
lda #1
|
lda #1
|
||||||
sta projectileData+JD_STATIC,y
|
sta projectileData+JD_STATIC,y
|
||||||
|
Loading…
Reference in New Issue
Block a user