forgot about rounds... #76

This commit is contained in:
2022-06-26 21:48:46 -04:00
parent 2907fe7a91
commit e10514debd
3 changed files with 27 additions and 25 deletions
+3 -2
View File
@@ -1602,6 +1602,8 @@ quit_seppuku
.proc DisplayResults ;
;displays results of the round
;using 4x4 font
jsr RoundOverSprites
mva #1 plot4x4color
@@ -1634,7 +1636,6 @@ quit_seppuku
GameOver4x4
lda #song_game_over
jsr RmtSongSelect
jsr GameOverSprites
mwa #LineGameOver LineAddress4x4
mwa #((ScreenWidth/2)-(8*4)) LineXdraw
mva ResultY LineYdraw
@@ -1991,7 +1992,7 @@ NextChar02
rts
.endp
;-------------------------------------------------
.proc GameOverSprites
.proc RoundOverSprites
; fill sprites with bytes
ldy numberOfPlayers
dey