1
0
mirror of https://github.com/fumiama/c64-snake.git synced 2026-06-30 17:00:33 +08:00

很多改进

This commit is contained in:
fumiama
2021-04-13 23:29:01 +08:00
parent 44c4e25be1
commit 43aa9250b1
7 changed files with 71 additions and 128 deletions

View File

@@ -48,14 +48,9 @@ addfood:
tay
* lda (_ptr), y
iny
cmp #csnk
beq -
cmp #cblk
beq -
cmp #crnd
beq -
cmp #csps
bne -
lda #crnd
dey
sta (_ptr), y
rts
.scend