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