mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Faster and shorter draw
And C64 version works again :)
This commit is contained in:
@@ -304,6 +304,16 @@ NoMountain
|
||||
rts
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.proc SoilDownTurbo
|
||||
;--------------------------------------------------
|
||||
; fast SoilDown froc - test
|
||||
jsr ClearTanks
|
||||
NoClearTanks
|
||||
; jsr CalcAndDrawMountains
|
||||
jmp DrawTanks
|
||||
;rts
|
||||
.endp
|
||||
;--------------------------------------------------
|
||||
.proc TypeChar
|
||||
; puts char on the graphics screen
|
||||
; in: CharCode
|
||||
|
||||
Reference in New Issue
Block a user