mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 14:49:46 +02:00
build 129
This commit is contained in:
+6
-7
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user