riven: full screen for book image

This commit is contained in:
Vince Weaver 2024-07-01 14:51:31 -04:00
parent 7ae3f66be0
commit 31ff3e158b

View File

@ -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