mode7: get rid of unneeded glitch between scenes

This commit is contained in:
Vince Weaver 2018-03-19 00:36:46 -04:00
parent d935782bfd
commit 3e43535dfa

View File

@ -31,9 +31,12 @@ starfield_demo:
; Clear screen and setup graphics ; Clear screen and setup graphics
;================================ ;================================
jsr clear_screens_notext ; clear top/bottom of page 0/1 bit PAGE0 ; set page 0
jsr set_gr_page0 bit LORES ; Lo-res graphics
bit FULLGR bit FULLGR
bit SET_GR ; set graphics
jsr clear_screens_notext ; clear top/bottom of page 0/1
;=============== ;===============
; Init Variables ; Init Variables