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
+10 -1
View File
@@ -17,6 +17,15 @@ win_init:
rts
win_update:
; the border celebrates along on the same gold ramp
lda framectr
lsr
lsr
and #15
tax
lda washtbl,x
sta borbase
; the gold wash rolls down the big letters (rows 3-7)
inc washphase
lda #0
@@ -62,7 +71,7 @@ wu_hide:
wu_input:
jsr start_edge
beq wu_stay
jmp menu_init ; a win leads back to the main screen
+fadeto menu_init ; a win leads back to the main screen
wu_stay:
rts