mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
riven: full screen for book image
This commit is contained in:
parent
7ae3f66be0
commit
31ff3e158b
@ -39,6 +39,14 @@ atrus_loop:
|
||||
|
||||
jsr clear_bottom
|
||||
|
||||
; show full screen for last image (book)
|
||||
|
||||
lda SCENE_COUNT
|
||||
cmp #10
|
||||
bne not_at_end
|
||||
bit FULLGR
|
||||
not_at_end:
|
||||
|
||||
; decompress graphics
|
||||
|
||||
ldx SCENE_COUNT
|
||||
|
Loading…
Reference in New Issue
Block a user