ootw: intro: all graphics in, 10k too big

This commit is contained in:
Vince Weaver 2019-03-01 10:22:12 -05:00
parent 2731f0e1ec
commit c275b19c88
29 changed files with 212 additions and 1501 deletions

View File

@ -1582,6 +1582,9 @@ tunnel1:
;===============================
;===============================
;=========================
; zappo
lda #>(blue_zappo_rle)
sta GBASH
lda #<(blue_zappo_rle)
@ -1589,11 +1592,18 @@ tunnel1:
lda #$c ; load to off-screen $c00
jsr load_rle_gr
jsr gr_copy_to_current
jsr page_flip
lda #<zappo_sequence
sta INTRO_LOOPL
lda #>zappo_sequence
sta INTRO_LOOPH
jsr run_sequence
;======================
; gone
lda #>(gone_rle)
sta GBASH
@ -1604,7 +1614,13 @@ tunnel1:
jsr gr_copy_to_current
jsr page_flip
jsr gr_copy_to_current
lda #<zappo_sequence
sta INTRO_LOOPL
lda #>zappo_sequence
sta INTRO_LOOPH
jsr run_sequence
gone_loop:
lda KEYPRESS
@ -3004,3 +3020,103 @@ zappo_sequence:
.word black_rle
.byte 0
.word nothing_rle
;=======================
; Gone Sequence
;=======================
gone_sequence:
.byte 50
.word white_rle
.byte 20
.word gone01_rle ; B
.byte 20
.word gone02_rle ; B
.byte 20
.word gone03_rle ; B
.byte 20
.word gone04_rle ; B
.byte 20
.word gone05_rle ; B
.byte 20
.word gone06_rle ; B
.byte 20
.word gone07_rle ; B
.byte 20
.word gone08_rle ; B
.byte 20
.word gone09_rle ; LB
.byte 20
.word gone10_rle ; CY
.byte 20
.word gone11_rle ; LB
.byte 20
.word gone02_rle ; B (12 is dupe of 2)
.byte 20
.word gone13_rle ; B
.byte 20
.word gone14_rle ; LB
.byte 20
.word nothing_rle ; B (plain?)
.byte 20
.word gone16_rle ; B
.byte 20
.word nothing_rle ; B (plain?)
.byte 20
.word gone18_rle ; B
.byte 20
.word gone19_rle ; B
.byte 20
.word gone20_rle ; B
.byte 20
.word gone21_rle ; B
.byte 20
.word nothing_rle ; B (plain?)
.byte 20
.word gone23_rle ; B
.byte 20
.word gone24_rle ; B
.byte 20
.word gone25_rle ; B
.byte 20
.word gone26_rle ; B
.byte 20
.word gone27_rle ; B
.byte 20
.word gone28_rle ; LB
.byte 20
.word gone29_rle ; CY
.byte 20
.word gone30_rle ; LB
.byte 20
.word gone31_rle ; B
.byte 20
.word gone32_rle ; LB
.byte 20
.word nothing_rle ; B (plain?)
.byte 20
.word gone34_rle ; B
.byte 20
.word gone35_rle ; B
.byte 20
.word gone36_rle ; B
.byte 20
.word gone37_rle ; B
.byte 20
.word gone38_rle ; B
.byte 20
.word gone39_rle ; LB
.byte 20
.word gone40_rle ; CY
.byte 20
.word gone41_rle ; CY
.byte 20
.word gone42_rle ; LB
.byte 20
.word gone43_rle ; B
.byte 20
.word nothing_rle
.byte 0
.word nothing_rle

View File

@ -87,17 +87,17 @@ intro_gone.inc: $(PNG2RLE) \
$(PNG2RLE) asm gone09.png gone09_rle >> intro_gone.inc
$(PNG2RLE) asm gone10.png gone10_rle >> intro_gone.inc
$(PNG2RLE) asm gone11.png gone11_rle >> intro_gone.inc
$(PNG2RLE) asm gone12.png gone12_rle >> intro_gone.inc
# $(PNG2RLE) asm gone12.png gone12_rle >> intro_gone.inc
$(PNG2RLE) asm gone13.png gone13_rle >> intro_gone.inc
$(PNG2RLE) asm gone14.png gone14_rle >> intro_gone.inc
$(PNG2RLE) asm gone15.png gone15_rle >> intro_gone.inc
# $(PNG2RLE) asm gone15.png gone15_rle >> intro_gone.inc
$(PNG2RLE) asm gone16.png gone16_rle >> intro_gone.inc
$(PNG2RLE) asm gone17.png gone17_rle >> intro_gone.inc
# $(PNG2RLE) asm gone17.png gone17_rle >> intro_gone.inc
$(PNG2RLE) asm gone18.png gone18_rle >> intro_gone.inc
$(PNG2RLE) asm gone19.png gone19_rle >> intro_gone.inc
$(PNG2RLE) asm gone20.png gone20_rle >> intro_gone.inc
$(PNG2RLE) asm gone21.png gone21_rle >> intro_gone.inc
$(PNG2RLE) asm gone22.png gone22_rle >> intro_gone.inc
# $(PNG2RLE) asm gone22.png gone22_rle >> intro_gone.inc
$(PNG2RLE) asm gone23.png gone23_rle >> intro_gone.inc
$(PNG2RLE) asm gone24.png gone24_rle >> intro_gone.inc
$(PNG2RLE) asm gone25.png gone25_rle >> intro_gone.inc
@ -108,7 +108,7 @@ intro_gone.inc: $(PNG2RLE) \
$(PNG2RLE) asm gone30.png gone30_rle >> intro_gone.inc
$(PNG2RLE) asm gone31.png gone31_rle >> intro_gone.inc
$(PNG2RLE) asm gone32.png gone32_rle >> intro_gone.inc
$(PNG2RLE) asm gone33.png gone33_rle >> intro_gone.inc
# $(PNG2RLE) asm gone33.png gone33_rle >> intro_gone.inc
$(PNG2RLE) asm gone34.png gone34_rle >> intro_gone.inc
$(PNG2RLE) asm gone35.png gone35_rle >> intro_gone.inc
$(PNG2RLE) asm gone36.png gone36_rle >> intro_gone.inc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 581 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 595 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 577 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 1.4 KiB

File diff suppressed because it is too large Load Diff