build 129

This commit is contained in:
2022-03-06 14:22:42 -05:00
parent d54c38d0bf
commit c38c87ce44
13 changed files with 231 additions and 69 deletions
+6 -7
View File
@@ -288,7 +288,6 @@ LevelNameBeginH
;-------------------------------------------------
;displaydecimal
decimal .word 0
displayposition .word 0
decimalresult dta d"0000"
;xmissile
@@ -369,25 +368,25 @@ LineXdraw
LineYdraw
.byte 0
LineTop
dta d"(%%%%%%%%%%%)"
dta d"(%%%%%%%%%%%%)"
.byte $ff
;# - vertical, () * +, % - horizontal
LineBottom
dta d"*%%%%%%%%%%%+"
dta d"*%%%%%%%%%%%%+"
.byte $ff
LineEmpty
dta d"# #"
dta d"# #"
.byte $ff
LineHeader1
dta d"# ROUND: "
RoundNrDisplay
dta d" #"
dta d" #"
.byte $ff
LineHeader2
dta d"# RESULTS #"
dta d"# RESULTS #"
.byte $ff
LineGameOver
dta d"# GAME OVER #"
dta d"# GAME OVER #"
.byte $ff