Texts and more colours on Game Over screen

This commit is contained in:
Pecusx
2022-07-19 10:37:09 +02:00
parent f20ce14dc3
commit 616452a01e
4 changed files with 37 additions and 9 deletions
+4
View File
@@ -18,6 +18,10 @@ seppukuVal .by 75
mountainDeltaH .by 3
mountainDeltaL .by $ff
;----------------------------------------------------
; Color table for Game Over Screen
.by $00 ; labels line color
GameOverColoursTable .BYTE $80,$40,$c4,$20,$c0,$e4
;----------------------------------------------------
skilltable ; computer controlled players' skills (1-8), 0 - human (no cleaning, ticket #30)
.DS [MaxPlayers]
;----------------------------------------------------