mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
riven: full screen for book image
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user