diff --git a/grafproc.asm b/grafproc.asm index 6144171..168ffde 100644 --- a/grafproc.asm +++ b/grafproc.asm @@ -4,7 +4,7 @@ ;-------------------------------------------------- -draw .proc ;;fuxxing good draw :) +.proc draw ;;fuxxing good draw :) ;-------------------------------------------------- ;creditz to Dr Jankowski / MIM U.W. ; (xi,yi)-----(xk,yk) diff --git a/scorch.xex b/scorch.xex index a172763..178c8c6 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/weapons.asm b/weapons.asm index fa3bcbd..ceb299d 100644 --- a/weapons.asm +++ b/weapons.asm @@ -2091,7 +2091,7 @@ mrskip08 bmi MIRVcheckX ;but not that accurately.... lda ytraj+1 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 lda xtraj02,x cmp #>screenwidth