mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
song 0h1
This commit is contained in:
+1
-2
@@ -202,5 +202,4 @@ song_silencio = $00
|
|||||||
song_main_menu = $02
|
song_main_menu = $02
|
||||||
song_ingame = $06
|
song_ingame = $06
|
||||||
song_round_over = $0b
|
song_round_over = $0b
|
||||||
song_game_over = $0e
|
song_ending_looped = $0e
|
||||||
song_ending_looped = $11
|
|
||||||
|
|||||||
+1
-1
@@ -1501,7 +1501,7 @@ TankFont
|
|||||||
|
|
||||||
MODUL equ $b000 ;address of RMT module
|
MODUL equ $b000 ;address of RMT module
|
||||||
opt h- ;RMT module is standard Atari binary file already
|
opt h- ;RMT module is standard Atari binary file already
|
||||||
ins "artwork/sfx/scorch_trial0h_stripped.rmt" ;include music RMT module
|
ins "artwork/sfx/scorch_trial0h1_stripped.rmt" ;include music RMT module
|
||||||
opt h+
|
opt h+
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
|||||||
BIN
Binary file not shown.
+1
-1
@@ -1679,7 +1679,7 @@ quit_seppuku
|
|||||||
beq @+ ;unconditional jump, because TypeLine4x4 ends with beq
|
beq @+ ;unconditional jump, because TypeLine4x4 ends with beq
|
||||||
|
|
||||||
GameOver4x4
|
GameOver4x4
|
||||||
lda #song_game_over
|
lda #song_round_over
|
||||||
jsr RmtSongSelect
|
jsr RmtSongSelect
|
||||||
mwa #LineGameOver LineAddress4x4
|
mwa #LineGameOver LineAddress4x4
|
||||||
mwa #((ScreenWidth/2)-(8*4)) LineXdraw
|
mwa #((ScreenWidth/2)-(8*4)) LineXdraw
|
||||||
|
|||||||
Reference in New Issue
Block a user