mirror of
https://github.com/Pecusx/dino-game.git
synced 2026-05-20 22:33:23 +02:00
SAP files
This commit is contained in:
@@ -1304,7 +1304,7 @@ pressed
|
|||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc PrepareMusicPlayer
|
.proc PrepareMusicPlayer
|
||||||
jsr StopMusic
|
;jsr StopMusic
|
||||||
VMAIN VBLinterrupt,7 ; jsr SetVBL
|
VMAIN VBLinterrupt,7 ; jsr SetVBL
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
@@ -1365,10 +1365,10 @@ font4l
|
|||||||
; SCR_HEIGHT lines 256bytes each
|
; SCR_HEIGHT lines 256bytes each
|
||||||
screen
|
screen
|
||||||
.ds $100*SCR_HEIGHT
|
.ds $100*SCR_HEIGHT
|
||||||
|
org $6900 ; POZOR!!!
|
||||||
MUSIC1_DATA
|
MUSIC1_DATA
|
||||||
ins 'music/ingame.mpt',+6 ; ingame music
|
ins 'music/ingame.mpt',+6 ; ingame music
|
||||||
MUSIC2_DATA
|
MUSIC2_DATA
|
||||||
ins 'music/gameover.mpt',+6 ; game over music
|
ins 'music/gameover.mpt',+6 ; game over music
|
||||||
|
|
||||||
|
|
||||||
run FirstSTART
|
run FirstSTART
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user