fixed small issue related to single-frame screen garbage ig

This commit is contained in:
AArt1256 2025-11-17 22:48:45 +03:00
parent 5e45096ba2
commit 277752fb2e

View file

@ -181,7 +181,7 @@ code_start:
;sta frame_delay
;jsr wait_loop
;jsr intro
jsr intro
lda #$0b
sta $d011
@ -532,6 +532,9 @@ code_start:
lda timer_reached
beq :-
lda #$0b
sta $d011
jsr clr_txt
ldx #<scene_writ
ldy #>scene_writ