mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-07-01 01:10:34 +08:00
更改计算分数为时间,更改SCORE为SNAKE
This commit is contained in:
@@ -4,5 +4,7 @@
|
|||||||
calcscore:
|
calcscore:
|
||||||
.scope
|
.scope
|
||||||
inc s
|
inc s
|
||||||
rts
|
bne +
|
||||||
|
inc s+1
|
||||||
|
* rts
|
||||||
.scend
|
.scend
|
||||||
@@ -21,4 +21,4 @@ printscore:
|
|||||||
rts
|
rts
|
||||||
.scend
|
.scend
|
||||||
|
|
||||||
score_str: .byte "SCORE",0
|
score_str: .byte "SNAKE",0
|
||||||
Reference in New Issue
Block a user