ootw: intro: remove unneeded blank image

saved 14 bytes
This commit is contained in:
Vince Weaver 2019-03-01 10:28:24 -05:00
parent c275b19c88
commit 0a0645988f
3 changed files with 7 additions and 10 deletions

View File

@ -1939,9 +1939,9 @@ feet_sequence:
.byte 10
.word feet15_rle
.byte 10
.word blank_rle
.word nothing_rle
.byte 100
.word blank_rle
.word nothing_rle
.byte 0
; Walking off elevator sequence
@ -2082,9 +2082,9 @@ opening_sequence:
.byte 15
.word opening12_rle
.byte 15
.word blank_rle
.word nothing_rle
.byte 100
.word blank_rle
.word nothing_rle
.byte 0
; Scanning sequence
@ -2157,8 +2157,8 @@ ai_sequence:
; .byte 0
static_pattern:
.word blank_rle ; 0
.word blank_rle ; 2
.word nothing_rle ; 0
.word nothing_rle ; 2
.word static01_rle ; 4
.word static03_rle ; 6
.word static02_rle ; 8

View File

@ -30,7 +30,7 @@ feet.inc: $(PNG2RLE) feet01.png feet02.png \
$(PNG2RLE) asm feet13.png feet13_rle >> feet.inc
$(PNG2RLE) asm feet14.png feet14_rle >> feet.inc
$(PNG2RLE) asm feet15.png feet15_rle >> feet.inc
$(PNG2RLE) asm blank.png blank_rle >> feet.inc

View File

@ -195,6 +195,3 @@ feet15_rle: .byte $28 ; ysize=48
.byte $A5,$00, $A0,$23,$AA, $A5,$00, $A0,$23,$AA, $A5,$00, $A0,$23,$AA, $A5,$00
.byte $A0,$23,$AA, $A5,$00, $A0,$23,$AA, $A5,$00, $A0,$23,$AA, $A5,$00, $A0,$1D,$AA
.byte $A1
blank_rle: .byte $28 ; ysize=48
.byte $A0,$FF,$AA, $A0,$FF,$AA, $A0,$FF,$AA, $A0,$C3,$AA
.byte $A1