mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 17:29:49 +00:00
ootw: intro: working on tunnel
This commit is contained in:
parent
d6569ca564
commit
0b2bb9ef49
@ -1,5 +1,9 @@
|
||||
TODO:
|
||||
|
||||
intro:
|
||||
+ keyboard: skip to end, r to repeat forever
|
||||
+ use LZ4 instead of RLE
|
||||
|
||||
general:
|
||||
+ move gr_make_quake out of gr_copy
|
||||
|
||||
|
15
ootw/intro.s
15
ootw/intro.s
@ -1523,13 +1523,22 @@ thunderstorm:
|
||||
lda #$c ; load to off-screen $c00
|
||||
jsr load_rle_gr
|
||||
|
||||
;=================================
|
||||
; copy $c00 to both pages $400/$800
|
||||
|
||||
jsr gr_copy_to_current
|
||||
jsr page_flip
|
||||
jsr gr_copy_to_current
|
||||
|
||||
; tunnel01
|
||||
; tunnel02
|
||||
; tunnel03
|
||||
; tunnel04
|
||||
; tunnel05
|
||||
; back to blank for a bit
|
||||
; tunnel06 (lightning)
|
||||
; tunnel07
|
||||
; pure white
|
||||
;
|
||||
|
||||
|
||||
tunnel1_loop:
|
||||
lda KEYPRESS
|
||||
bpl tunnel1_loop
|
||||
|
Loading…
Reference in New Issue
Block a user