ootw: intro: working on tunnel

This commit is contained in:
Vince Weaver 2019-02-25 00:19:20 -05:00
parent d6569ca564
commit 0b2bb9ef49
2 changed files with 16 additions and 3 deletions

View File

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

View File

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