graphics tweaks

This commit is contained in:
2026-07-21 16:46:09 +02:00
parent c703d8b5f3
commit 8420213065
13 changed files with 1131 additions and 290 deletions
+5 -2
View File
@@ -6,6 +6,9 @@
lose_init:
jsr clear_screen
lda #RED ; the border mourns with the letters
sta borbase
+prbig 3, 2, RED, txt_gameover, 9
+prtext 11, 10, WHITE, txt_caught, txt_caughte-txt_caught
@@ -28,7 +31,7 @@ lu_input:
; fire or space: straight back in with a fresh maze
jsr start_edge
beq lu_nofire
jmp play_init
+fadeto play_init
lu_nofire:
; the m key: keyboard column 4, row bit 4 (start_edge has
; already returned zero here, so joystick fire is not
@@ -40,7 +43,7 @@ lu_nofire:
bne lu_done
lda #$ff
sta CIA1_PA
jmp menu_init
+fadeto menu_init
lu_done:
lda #$ff
sta CIA1_PA