fixed small issue related to single-frame screen garbage ig
This commit is contained in:
parent
5e45096ba2
commit
277752fb2e
|
|
@ -181,7 +181,7 @@ code_start:
|
||||||
;sta frame_delay
|
;sta frame_delay
|
||||||
;jsr wait_loop
|
;jsr wait_loop
|
||||||
|
|
||||||
;jsr intro
|
jsr intro
|
||||||
|
|
||||||
lda #$0b
|
lda #$0b
|
||||||
sta $d011
|
sta $d011
|
||||||
|
|
@ -532,6 +532,9 @@ code_start:
|
||||||
lda timer_reached
|
lda timer_reached
|
||||||
beq :-
|
beq :-
|
||||||
|
|
||||||
|
lda #$0b
|
||||||
|
sta $d011
|
||||||
|
|
||||||
jsr clr_txt
|
jsr clr_txt
|
||||||
ldx #<scene_writ
|
ldx #<scene_writ
|
||||||
ldy #>scene_writ
|
ldy #>scene_writ
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue