mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
One byte DirectHits counter
This commit is contained in:
+3
-3
@@ -1489,11 +1489,11 @@ BubbleBobble
|
||||
bcc nextishigher
|
||||
bne swapvalues
|
||||
nextisequal
|
||||
; if results are equal, check Direct Hits (only lower byte - sorry memory)
|
||||
; if results are equal, check Direct Hits
|
||||
ldy TankSequence,x
|
||||
lda DirectHitsL,y
|
||||
lda DirectHits,y
|
||||
ldy TankSequence+1,x
|
||||
cmp DirectHitsL,y
|
||||
cmp DirectHits,y
|
||||
;
|
||||
beq nextishigher ; this is to block hangs when 2 equal values meet
|
||||
bcc nextishigher
|
||||
|
||||
Reference in New Issue
Block a user