mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
drops: adjust frequency of drops
This commit is contained in:
parent
7b887addd6
commit
4b14ec0e8e
@ -88,7 +88,7 @@ drops_outer:
|
|||||||
; check if we add new raindrop
|
; check if we add new raindrop
|
||||||
|
|
||||||
tya ; reload FRAME
|
tya ; reload FRAME
|
||||||
and #$f ; only drop every 16 frames
|
and #$3 ; only drop every 4 frames
|
||||||
bne no_drop
|
bne no_drop
|
||||||
|
|
||||||
; fake random number generator by reading ROM
|
; fake random number generator by reading ROM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user