ootw: c3: fix issue where not show falling in because PHYSICIST_Y was negative

This commit is contained in:
Vince Weaver 2019-08-15 23:53:59 -04:00
parent 7f925d22ea
commit cfbce91117

View File

@ -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