mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
irgendwer 2 bytes
This commit is contained in:
+4
-4
@@ -468,9 +468,9 @@ endcircleloop
|
|||||||
sta ydraw
|
sta ydraw
|
||||||
lda tempcir+1
|
lda tempcir+1
|
||||||
sta ydraw+1
|
sta ydraw+1
|
||||||
jsr plot
|
jmp plot ; jsr:rts
|
||||||
|
|
||||||
RTS
|
; RTS
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
;-------------------------------*------------------
|
;-------------------------------*------------------
|
||||||
@@ -892,8 +892,8 @@ tankflash_loop
|
|||||||
jsr plot
|
jsr plot
|
||||||
inw xdraw
|
inw xdraw
|
||||||
inw ydraw
|
inw ydraw
|
||||||
jsr plot
|
jmp plot ; jsr:rts
|
||||||
rts
|
; rts
|
||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc DrawTankShieldBoldLine
|
.proc DrawTankShieldBoldLine
|
||||||
|
|||||||
Reference in New Issue
Block a user