mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Better ground hit handling and small bugfix
But.... no effect in #66 :(
This commit is contained in:
+4
-1
@@ -251,7 +251,10 @@ CheckCollisionDraw
|
||||
bcc StopHitChecking
|
||||
|
||||
mwa xdraw XHit
|
||||
mwa ydraw YHit
|
||||
lda (temp),y
|
||||
sta YHit
|
||||
mva #0 YHit+1
|
||||
;mwa ydraw YHit
|
||||
mva #1 HitFlag
|
||||
StopHitChecking
|
||||
jmp ContinueDraw
|
||||
|
||||
BIN
Binary file not shown.
+1
-1
@@ -1533,7 +1533,7 @@ noSmokeTracer
|
||||
RepeatIfSmokeTracer
|
||||
mwa ytraj+1 Ytrajold+1
|
||||
mwa xtraj+1 Xtrajold+1
|
||||
mwa #%01000000 drawFunction
|
||||
mva #%01000000 drawFunction
|
||||
|
||||
lda #0
|
||||
sta Result
|
||||
|
||||
Reference in New Issue
Block a user