Small memory optimization

This commit is contained in:
Pecusx
2022-08-24 21:07:19 +02:00
parent 378fae3361
commit 8aa83f937f
3 changed files with 3 additions and 6 deletions
+3 -3
View File
@@ -35,13 +35,13 @@ seppukuVal .by 75
mountainDeltaH .by 3
mountainDeltaL .by $ff
;----------------------------------------------------
; 4x4 text buffer
ResultLineBuffer
dta d" ", $ff
LineHeader1
dta d"# ROUND: "
RoundNrDisplay
dta d" #", $ff
; 4x4 text buffer
ResultLineBuffer
dta d" ", $ff
;=====================================================
variablesStart ; zeroing starts here