Skip to content

Commit

Permalink
Add some color to the ball
Browse files Browse the repository at this point in the history
  • Loading branch information
turesheim committed Jul 20, 2023
1 parent 9a20c36 commit 6f979bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itema.asm
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ BasicUpstart2(initialize)
initialize:
jsr $e544 // Clear screen

lda #$06 // Set the background color
lda #$06 // Set the background color for the game area
sta $d021
lda #$00 // Set the background color
lda #$00 // Set the background color for the border
sta $d020

lda #%11000011 // Enable sprites
Expand Down

0 comments on commit 6f979bf

Please sign in to comment.