ootw: c13, update graphics

This commit is contained in:
Vince Weaver 2020-01-27 14:33:54 -05:00
parent 01a66c60b2
commit aad825beb3
4 changed files with 70 additions and 3 deletions

View File

@ -169,9 +169,9 @@ room:
sta PHYSICIST_Y
; load background
lda #>(arena_rle)
lda #>(entry_rle)
sta GBASH
lda #<(arena_rle)
lda #<(entry_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/l13room/ootw_c13_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_c13_room.inc
#####
ootw_c13_room.inc: $(PNG2RLE) \
entry.png
$(PNG2RLE) asm entry.png entry_rle > ootw_c13_room.inc
#####
clean:
rm -f *~ *.o *.lst *.lzz *.inc

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

View File

@ -0,0 +1,49 @@
entry_rle: .byte $28 ; ysize=48
.byte $00,$00, $20, $55, $A3,$22, $20, $A8,$00, $55
.byte $22,$22, $00, $22, $A0,$16,$00, $02,$02, $00, $02
.byte $22, $00,$00, $20, $10, $20, $A3,$00, $55
.byte $22, $02, $00, $22, $A0,$1A,$00, $22, $00
.byte $22,$22, $11, $25, $55, $00,$00, $55, $22
.byte $00,$00, $22, $A0,$16,$00, $40,$40, $10, $00, $02
.byte $20, $A4,$22, $25, $50, $00, $55, $22
.byte $00,$00, $22, $A0,$15,$00, $10, $00, $04, $11
.byte $00,$00, $22,$22, $02, $00, $02, $22,$22, $00
.byte $55, $22, $00,$00, $22, $A0,$15,$00, $11, $00
.byte $CC, $9C, $99, $00, $22,$22, $A4,$00, $22
.byte $00, $55, $22, $00,$00, $22, $A0,$15,$00, $11,$11
.byte $1C, $00, $09, $A7,$00, $22, $00, $55
.byte $22, $00,$00, $22, $A0,$13,$00, $20, $41,$41, $11
.byte $01, $11,$11, $A3,$00, $20, $A3,$00, $22, $00
.byte $55, $22, $00,$00, $22, $A0,$14,$00, $20, $94
.byte $11, $09, $11, $A4,$00, $05, $A3,$00, $22
.byte $00, $55, $02, $00,$00, $22, $A0,$15,$00, $29
.byte $01, $04, $01,$01, $A7,$00, $22, $00, $25
.byte $AD,$00, $20, $AC,$00, $21, $04, $40, $10
.byte $A7,$00, $22, $00, $22, $AD,$00, $22, $AD,$00
.byte $24, $40, $11, $A6,$00, $40, $10, $00
.byte $22, $AD,$00, $22, $AE,$00, $24, $A6,$00, $11
.byte $00, $11,$11, $AE,$00, $02, $AF,$00, $20, $A4,$00
.byte $91, $90, $99, $AA,$00, $02,$02, $00, $02,$02
.byte $A0,$12,$00, $20, $A3,$00, $10, $C0, $C1, $00
.byte $44, $A9,$00, $20, $00, $20, $00, $20
.byte $02, $62,$62, $60, $AE,$00, $20, $00,$00, $41
.byte $0C, $10, $04, $44, $00,$00, $20, $62
.byte $00, $66, $A3,$00, $02, $00, $02, $00
.byte $62, $F6, $FF,$FF, $F6, $60, $AE,$00, $20
.byte $00, $10, $11, $10, $91, $00, $99
.byte $52, $00, $66, $00, $66, $00, $66
.byte $00, $02, $00, $02, $00, $66, $11
.byte $1F, $FF,$FF, $60, $AF,$00, $20, $09, $40
.byte $01, $99, $09, $99, $55, $00, $66
.byte $00, $66, $00, $66, $A5,$00, $66, $FF
.byte $11, $FF, $1F, $66, $A0,$10,$00, $21, $44
.byte $11, $90, $10, $00, $55, $00, $26
.byte $20, $26, $00, $66, $A5,$00, $06, $FF,$FF
.byte $1F, $F1, $06, $A0,$11,$00, $24, $01, $40
.byte $C1, $00, $55, $02, $A3,$00, $02, $66
.byte $A5,$00, $06, $6F, $FF,$FF, $6F, $06, $A0,$10,$00
.byte $09, $00, $22, $44,$44, $20, $02, $05
.byte $A4,$00, $02,$02, $A5,$00, $06, $6F,$6F, $06, $A6,$00
.byte $AC,$52, $A6,$50, $A4,$20, $00,$00, $02, $22, $AE,$50
.byte $A0,$50,$00
.byte $A1