mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
riven: fix up another hgr/gr transition
This commit is contained in:
parent
50436ebb0f
commit
371d3530c5
@ -105,6 +105,8 @@ done_hgr_flip:
|
||||
;===================
|
||||
|
||||
; clear it first
|
||||
lda #0
|
||||
sta DRAW_PAGE
|
||||
|
||||
jsr clear_gr_all
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user