Skip to content

Commit

Permalink
change music
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghetti-stack committed Apr 2, 2019
1 parent f7d586a commit a0d3e78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added 10th_Dan.sid
Binary file not shown.
2 changes: 1 addition & 1 deletion music_player.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.var music = LoadSid("Kalinka.sid") //Load music file from system and save as variable for assembler.
.var music = LoadSid("10th_Dan.sid") //Load music file from system and save as variable for assembler.
init_music:

Expand Down
1 change: 1 addition & 0 deletions pong.asm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ loop:
jsr set_directions
jsr move_ball

rts

jmp loop
Expand Down

0 comments on commit a0d3e78

Please sign in to comment.