1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-05 00:32:39 +08:00

更改计算分数为时间,更改SCORE为SNAKE

This commit is contained in:
fumiama
2021-04-13 18:39:21 +08:00
parent 620818c223
commit acd4bfe316
2 changed files with 4 additions and 2 deletions

View File

@@ -4,5 +4,7 @@
calcscore:
.scope
inc s
rts
bne +
inc s+1
* rts
.scend

View File

@@ -21,4 +21,4 @@ printscore:
rts
.scend
score_str: .byte "SCORE",0
score_str: .byte "SNAKE",0