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
@@ -1845,11 +1845,11 @@ NextChar
|
||||
jsr displaydec5
|
||||
mva #0 displayposition ; overwrite first digit
|
||||
; put hits points on the screen
|
||||
sta decimal+1 ; pozor!!! A=0
|
||||
ldx TankNr
|
||||
lda DirectHitsL,x
|
||||
lda DirectHits,x
|
||||
sta decimal
|
||||
lda DirectHitsH,x
|
||||
sta decimal+1
|
||||
; lda DirectHitsH,x ; one byte enough
|
||||
adw temp #19 displayposition
|
||||
jsr displaydec5
|
||||
mva #0 displayposition ; overwrite first digit
|
||||
|
||||
Reference in New Issue
Block a user