mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +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
|
||||
|
||||
tya ; reload FRAME
|
||||
and #$f ; only drop every 16 frames
|
||||
and #$3 ; only drop every 4 frames
|
||||
bne no_drop
|
||||
|
||||
; fake random number generator by reading ROM
|
||||
|
Loading…
Reference in New Issue
Block a user