riven: clean up maglev transition

This commit is contained in:
Vince Weaver 2024-07-17 14:06:02 -04:00
parent 628abd25fe
commit d219019ee4
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,10 @@ movie_maglev_flip_start:
; Setup graphics
;===================
lda #0
sta DRAW_PAGE
jsr clear_gr_all
bit SET_GR
bit LORES
bit FULLGR

View File

@ -35,6 +35,10 @@ movie_maglev_ride_start:
; Setup graphics
;===================
lda #0
sta DRAW_PAGE
jsr clear_gr_all
bit SET_GR
bit LORES
bit FULLGR