mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-28 06:30:18 +00:00
ootw: c3: fix issue where not show falling in because PHYSICIST_Y was negative
This commit is contained in:
parent
7f925d22ea
commit
cfbce91117
@ -868,6 +868,12 @@ window_loop:
|
||||
|
||||
sec
|
||||
sbc #2
|
||||
bpl window_positive
|
||||
|
||||
lda #0 ; start at 0 if negative
|
||||
; fix prob when dropping in
|
||||
|
||||
window_positive:
|
||||
sta TEMPY
|
||||
|
||||
cpy TEMPY
|
||||
|
Loading…
x
Reference in New Issue
Block a user