ootw: add placeholder graphic for c11

This commit is contained in:
Vince Weaver 2020-01-27 16:31:29 -05:00
parent de5fd04033
commit 13a602664c
5 changed files with 45 additions and 4 deletions

View File

@ -218,7 +218,7 @@ ootw_c11.o: ootw_c11.s \
keyboard.s gr_run_sequence.s physicist.s \
collision.s door.s gun.s blast.s shield.s \
ootw_graphics/sprites/physicist.inc \
ootw_graphics/l14arena/ootw_c14_arena.inc
ootw_graphics/l11above/ootw_c11_room.inc
ca65 -o ootw_c11.o ootw_c11.s -l ootw_c11.lst
###

View File

@ -169,9 +169,9 @@ room:
sta PHYSICIST_Y
; load background
lda #>(arena_rle)
lda #>(above_rle)
sta GBASH
lda #<(arena_rle)
lda #<(above_rle)
jmp room_setup_done
@ -518,7 +518,7 @@ end_message:
.include "collision.s"
; room backgrounds
.include "ootw_graphics/l14arena/ootw_c14_arena.inc"
.include "ootw_graphics/l11above/ootw_c11_room.inc"
; sprites
.include "ootw_graphics/sprites/physicist.inc"
.include "ootw_graphics/sprites/alien.inc"

View File

@ -0,0 +1,18 @@
include ../../../Makefile.inc
PNG2RLE = ../../../gr-utils/png2rle
PNG2LZ4 = ../../../gr-utils/png2lz4
all: ootw_c11_room.inc
#####
ootw_c11_room.inc: $(PNG2RLE) \
above.png
$(PNG2RLE) asm above.png above_rle > ootw_c11_room.inc
#####
clean:
rm -f *~ *.o *.lst *.lzz *.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

View File

@ -0,0 +1,23 @@
above_rle: .byte $28 ; ysize=48
.byte $A0,$FF,$00, $A0,$E1,$00, $30, $A0,$27,$00, $33,$33, $30,$30, $AD,$00
.byte $30,$30, $33,$33, $30, $A0,$12,$00, $A4,$33, $30, $AA,$00
.byte $30, $33, $00, $A6,$33, $30, $AF,$00, $A6,$33
.byte $A8,$00, $33,$33, $03, $30, $A8,$33, $30, $AD,$00
.byte $A6,$33, $A8,$00, $33,$33, $00, $A7,$33, $03, $33,$33
.byte $AD,$00, $A6,$33, $00, $3B, $A4,$00, $30, $00
.byte $33, $BB, $33, $00, $A3,$33, $00, $33
.byte $BB, $33, $00, $33, $30, $AC,$00, $A5,$33
.byte $00, $33,$33, $A4,$00, $33, $00, $B3, $3B
.byte $03, $30, $A3,$33, $00, $33, $BB, $B3
.byte $00, $33,$33, $00,$00, $33, $A9,$00, $A5,$33, $30
.byte $03, $BB, $30, $00,$00, $30, $A4,$33, $00
.byte $33, $BB, $33, $03, $30, $B3, $33
.byte $3B, $A3,$33, $00,$00, $33,$33, $A8,$00, $A6,$33, $00
.byte $BB, $33, $00,$00, $A5,$33, $00, $33, $3B
.byte $33, $00, $33, $BB, $A5,$33, $00,$00, $33,$33
.byte $A8,$00, $A6,$B3, $B0, $BB, $B3, $00,$00, $A6,$B3
.byte $B0, $B3,$B3, $33, $00, $3B, $33, $A4,$B3
.byte $00,$00, $B3,$B3, $B0, $00,$00, $B0, $B3, $A0,$17,$00
.byte $33, $00, $33,$33, $A0,$24,$00, $33, $00, $BB
.byte $33, $A0,$10,$00
.byte $A1