dos33fsprogs/demos/another_myst/intro_graphics/08_lightning/whiteblack.inc

7 lines
202 B
PHP
Raw Normal View History

2021-01-06 05:06:53 +00:00
white_rle: .byte $28 ; ysize=48
.byte $A0,$FF,$FF, $A0,$FF,$FF, $A0,$FF,$FF, $A0,$C3,$FF
.byte $A1
black_rle: .byte $28 ; ysize=48
.byte $A0,$FF,$00, $A0,$FF,$00, $A0,$FF,$00, $A0,$C3,$00
.byte $A1