mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 14:49:46 +02:00
+1
-1
@@ -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
Binary file not shown.
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user