diff --git a/dino.asm b/dino.asm index ffe2565..bc80a2a 100644 --- a/dino.asm +++ b/dino.asm @@ -1304,7 +1304,7 @@ pressed .endp ;-------------------------------------------------- .proc PrepareMusicPlayer - jsr StopMusic + ;jsr StopMusic VMAIN VBLinterrupt,7 ; jsr SetVBL rts .endp @@ -1365,10 +1365,10 @@ font4l ; SCR_HEIGHT lines 256bytes each screen .ds $100*SCR_HEIGHT + org $6900 ; POZOR!!! MUSIC1_DATA ins 'music/ingame.mpt',+6 ; ingame music MUSIC2_DATA - ins 'music/game over.mpt',+6 ; game over music - + ins 'music/gameover.mpt',+6 ; game over music run FirstSTART diff --git a/dino.xex b/dino.xex index 294392d..3316547 100644 Binary files a/dino.xex and b/dino.xex differ diff --git a/music/GameOver.sap b/music/GameOver.sap new file mode 100644 index 0000000..ad14da6 Binary files /dev/null and b/music/GameOver.sap differ diff --git a/music/InGame.sap b/music/InGame.sap new file mode 100644 index 0000000..4f96d92 Binary files /dev/null and b/music/InGame.sap differ diff --git a/music/game over.mpt b/music/gameover.mpt similarity index 100% rename from music/game over.mpt rename to music/gameover.mpt diff --git a/music/ingame.mpt b/music/ingame.mpt index 536fa39..b49215b 100644 Binary files a/music/ingame.mpt and b/music/ingame.mpt differ diff --git a/music/title.sap b/music/title.sap new file mode 100644 index 0000000..100b5db Binary files /dev/null and b/music/title.sap differ