Skip to content

Commit

Permalink
Snake sprite fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLogicMaster committed Oct 10, 2021
1 parent 69b3870 commit 8f75c0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion programs/Snake.asm
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,12 @@ draw_apple:
out {graphics_x},a
ldr [apple_y],a
out {graphics_y},a
ldr #15,a
push H
push L
lda apple_sprite
out {draw_sprite},a
pop L
pop H
pop a
ret

Expand Down

0 comments on commit 8f75c0c

Please sign in to comment.