riven: fix up another hgr/gr transition

This commit is contained in:
Vince Weaver 2024-07-17 16:36:10 -04:00
parent 50436ebb0f
commit 371d3530c5
2 changed files with 14 additions and 4 deletions

View File

@ -105,6 +105,8 @@ done_hgr_flip:
;===================
; clear it first
lda #0
sta DRAW_PAGE
jsr clear_gr_all

View File

@ -26,16 +26,24 @@ length_array:
disk_exit_disk: ; note: not BCD anymore
.byte 1 ; start of game
.byte 0,0,0
.byte 0
.byte 0
.byte 0
disk_exit_disk_bcd:
.byte $01 ; start of game
.byte 0,0,0
.byte 0
.byte 0
.byte 0
disk_exit_dni_h:
.byte $00 ; 01 = 1
.byte 0,0,0
.byte 0
.byte 0
.byte 0
disk_exit_dni_l:
.byte $01
.byte 0,0,0
.byte 0
.byte 0
.byte 0
; want to go to disk01, LOAD_ARRIVAL, RIVEN_ARRIVAL_NEAR, N