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:
@@ -4,5 +4,7 @@
|
||||
calcscore:
|
||||
.scope
|
||||
inc s
|
||||
rts
|
||||
bne +
|
||||
inc s+1
|
||||
* rts
|
||||
.scend
|
||||
@@ -21,4 +21,4 @@ printscore:
|
||||
rts
|
||||
.scend
|
||||
|
||||
score_str: .byte "SCORE",0
|
||||
score_str: .byte "SNAKE",0
|
||||
Reference in New Issue
Block a user