This commit is contained in:
2022-08-06 16:24:18 -04:00
parent 56ed83fbac
commit e6d37e8410
4 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -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
View File
@@ -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
View File
Binary file not shown.
+1 -1
View File
@@ -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