MIRV bugfix #66

I think so.
This commit is contained in:
Pecusx
2022-05-30 22:41:45 +02:00
parent eae8cb08d8
commit bef3c0f080
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
;-------------------------------------------------- ;--------------------------------------------------
draw .proc ;;fuxxing good draw :) .proc draw ;;fuxxing good draw :)
;-------------------------------------------------- ;--------------------------------------------------
;creditz to Dr Jankowski / MIM U.W. ;creditz to Dr Jankowski / MIM U.W.
; (xi,yi)-----(xk,yk) ; (xi,yi)-----(xk,yk)
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -2091,7 +2091,7 @@ mrskip08
bmi MIRVcheckX ;but not that accurately.... bmi MIRVcheckX ;but not that accurately....
lda ytraj+1 lda ytraj+1
cmp #screenheight cmp #screenheight
jcs mrEndOfFlight ; if smaller than screenheight then continue (and it will always fall down...) jcs MIRVcheckCollision ; if smaller than screenheight then continue (and it will always hit...)
MIRVcheckX MIRVcheckX
lda xtraj02,x lda xtraj02,x
cmp #>screenwidth cmp #>screenwidth