Fix apple or snake hidden underneath score

This commit is contained in:
Andrew Alderwick 2021-11-02 23:40:19 +00:00
parent a2f826121d
commit 3747574cf9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ BRK
( clear ) #00 ;draw-snake JSR2
( update ) ;move JSR2
( draw ) #02 .snake/dead LDZ + ;draw-snake JSR2
( score ) .snake/length LDZ #01 ;draw-score JSR2
( score ) .snake/length LDZ #41 ;draw-score JSR2
( reset ) #00 .arena/timer STZ
BRK