Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; "petscii-outrun" - one file demo for c64 (04/2024)
- ; code by kimono (f. nardella)
- ; compile with 64tass cross-assembler
- ; 64tass -c -a --cbm-prg outrun.asm -o outrun.prg
- * = $0801
- .word (+), 2024
- .null $9e, format("%d", start)
- + .word 0
- * = $c000
- start
- jsr music
- lda #0
- sta $d020
- sta $d021
- lda #$15
- sta $d018
- ldx #$00
- loop_1
- lda screen_001+2+0*$100,x
- sta $0400+0*$100,x
- lda screen_001+2+25*40+0*$100,x
- sta $d800+0*$100,x
- lda screen_001+2+1*$100,x
- sta $0400+1*$100,x
- lda screen_001+2+25*40+1*$100,x
- sta $d800+1*$100,x
- lda screen_001+2+2*$100,x
- sta $0400+2*$100,x
- lda screen_001+2+25*40+2*$100,x
- sta $d800+2*$100,x
- lda screen_001+2+$2e8,x
- sta $0400+$2e8,x
- lda screen_001+2+25*40+$2e8,x
- sta $d800+$2e8,x
- inx
- bne loop_1
- jsr infloop
- ldx #$00
- loop_2
- lda screen_002+2+0*$100,x
- sta $0400+0*$100,x
- lda screen_002+2+25*40+0*$100,x
- sta $d800+0*$100,x
- lda screen_002+2+1*$100,x
- sta $0400+1*$100,x
- lda screen_002+2+25*40+1*$100,x
- sta $d800+1*$100,x
- lda screen_002+2+2*$100,x
- sta $0400+2*$100,x
- lda screen_002+2+25*40+2*$100,x
- sta $d800+2*$100,x
- lda screen_002+2+$2e8,x
- sta $0400+$2e8,x
- lda screen_002+2+25*40+$2e8,x
- sta $d800+$2e8,x
- inx
- bne loop_2
- jsr infloop
- ldx #$00
- loop_3
- lda screen_003+2+0*$100,x
- sta $0400+0*$100,x
- lda screen_003+2+25*40+0*$100,x
- sta $d800+0*$100,x
- lda screen_003+2+1*$100,x
- sta $0400+1*$100,x
- lda screen_003+2+25*40+1*$100,x
- sta $d800+1*$100,x
- lda screen_003+2+2*$100,x
- sta $0400+2*$100,x
- lda screen_003+2+25*40+2*$100,x
- sta $d800+2*$100,x
- lda screen_003+2+$2e8,x
- sta $0400+$2e8,x
- lda screen_003+2+25*40+$2e8,x
- sta $d800+$2e8,x
- inx
- bne loop_3
- jsr infloop
- jmp loop_1
- infloop
- ldx #0
- dl0
- ldy #50
- dl1
- dey
- bne dl1
- dex
- bne dl0
- rts
- music
- sei
- lda #<irq
- ldx #>irq
- sta $314
- stx $315
- lda #$1b
- ldx #$00
- ldy #$7f
- sta $d011
- stx $d012
- sty $dc0d
- sty $dd0d
- bit $dc0d
- bit $dd0d
- lda #$01
- sta $d01a
- lda #$01
- jsr $1219 ; Initialize music
- cli
- rts
- irq
- lsr $d019
- jsr $1069 ; Play the music
- jmp $ea31
- * = $1000
- .binary "outrun.sid", $7e
- ; PETSCII memory layout (40x25 screen)
- ; byte 0 = border color
- ; byte 1 = background color
- ; bytes 2-1001 = screencodes
- ; bytes 1002-2001 = color
- screen_001
- .byte 0,0
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,228,228,228,228,160,160,160,160,160,160,160,228,228,228,228,228,160,160,160,160,160,160,160,160,160,228,228,228,160,160,160,160,160,160,160,160,160,160
- .byte 160,231,148,137,141,133,229,160,48,48,160,160,231,147,131,143,146,133,229,48,160,160,160,160,160,160,231,140,129,144,229,176,167,176,176,162,176,176,160,160
- .byte 160,160,227,227,227,227,160,160,160,160,160,160,160,227,227,227,227,227,160,160,160,160,160,160,160,160,160,227,227,227,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,236,226,226,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 236,255,162,160,127,251,251,160,236,226,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 254,167,160,167,162,252,252,249,255,162,127,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 233,174,162,127,160,236,127,160,160,127,160,162,255,239,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 174,232,186,175,187,160,186,160,186,160,172,127,254,167,255,174,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 230,186,165,233,160,186,254,162,186,160,186,226,226,186,162,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 255,230,233,236,232,163,186,165,230,232,97,254,165,232,166,252,232,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,230,92,160,160,160,95,222,105,160,160,163,105,160,160,165,174,160,174,227,160,227,227,174,227,227,227,160,160,227,227,160,160,227,227,227,227,160,227,227
- .byte 160,230,92,160,160,160,160,92,160,160,160,160,225,174,186,162,160,186,160,160,160,160,186,160,162,186,174,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,102,92,160,160,160,160,92,160,160,174,186,162,160,160,160,187,160,160,160,160,160,160,187,160,160,160,162,186,174,160,160,160,160,160,160,160,160,160,160
- .byte 160,230,92,160,160,160,160,174,186,162,160,160,160,228,239,239,228,239,239,228,160,160,160,160,174,160,160,160,160,160,162,186,174,160,160,160,160,160,160,160
- .byte 160,102,92,160,174,186,162,160,160,160,160,160,104,255,155,157,68,168,169,127,104,160,160,160,160,186,160,160,160,160,160,160,160,162,186,174,160,160,160,160
- .byte 160,174,186,162,160,160,160,160,160,160,160,160,233,230,202,192,192,192,203,230,223,160,160,160,160,160,187,160,160,160,160,160,160,160,160,160,162,186,174,160
- .byte 162,160,160,160,160,160,160,160,160,160,160,160,87,81,104,100,37,100,104,81,87,160,160,160,160,160,160,174,160,160,160,160,160,160,160,160,160,160,160,162
- .byte 160,160,160,160,160,160,160,160,160,160,160,186,95,157,170,131,130,141,170,155,105,160,160,160,160,160,160,160,186,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,187,160,98,98,247,227,227,227,247,98,98,160,160,160,160,160,160,160,160,187,160,160,160,160,160,160,160,160,160,160
- .byte 32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
- .byte 32,48,48,48,32,11,13,47,8,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,19,20,1,7,5,32,49,32,32,32
- .byte 32,97,97,97,97,97,97,97,97,97,97,97,97,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,2,2,2,2,14,14,15,15,14,14,14,4,4,4,4,4,14,15,14,14,14,14,14,14,14,6,6,6,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,1,1,1,1,1,1,14,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,5,5,1,1,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,5,5,1,1,1,1,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,5,5,1,1,5,5,5,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,5,5,1,1,5,5,5,1,1,5,5,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 11,8,9,11,11,11,5,5,5,11,11,5,5,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 11,8,9,11,11,11,11,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,8,9,12,12,12,12,8,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 11,8,9,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,8,9,12,12,12,12,12,12,12,12,12,1,2,9,9,1,7,7,2,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,2,2,2,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 11,11,11,11,11,11,11,11,11,11,11,11,8,2,2,2,12,2,2,2,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,1,1,1,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
- .byte 1,2,2,2,1,8,8,8,8,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,7,7,7,7,7,1,14,1,1,1
- .byte 1,3,3,3,3,3,3,3,3,3,3,13,13,11,11,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
- screen_002
- .byte 14,0
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,228,228,228,228,160,160,160,160,160,160,160,228,228,228,228,228,160,160,160,160,160,160,160,160,160,228,228,228,160,160,160,160,160,160,160,160,160,160
- .byte 160,231,148,137,141,133,229,160,48,48,160,160,231,147,131,143,146,133,229,48,160,160,160,160,160,160,231,140,129,144,229,176,167,176,176,162,176,176,160,160
- .byte 160,160,227,227,227,227,160,160,160,160,160,160,160,227,227,227,227,227,160,160,160,160,160,160,160,160,160,227,227,227,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,236,226,226,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 236,255,162,160,127,251,251,160,236,226,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 254,167,160,167,162,252,252,249,255,162,127,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 248,127,160,160,160,236,127,160,160,127,160,162,255,239,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 186,165,160,233,127,121,223,160,186,160,172,127,254,167,255,174,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 165,255,160,186,246,150,175,160,165,121,127,172,160,186,162,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 255,236,232,220,186,165,230,232,118,254,165,232,104,127,166,252,232,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 226,160,160,95,230,236,105,160,124,163,105,160,230,163,160,160,186,160,187,227,160,187,227,186,227,227,227,227,227,160,227,227,160,227,227,227,227,160,227,227
- .byte 230,160,160,160,230,92,160,160,160,230,160,160,97,186,189,167,160,174,160,160,160,160,174,160,167,189,186,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 230,160,160,160,230,92,160,160,160,230,186,189,160,160,160,160,186,160,160,160,160,160,160,186,160,160,160,167,189,186,160,160,160,160,160,160,160,160,160,160
- .byte 230,160,160,160,230,92,160,186,189,167,160,160,160,228,239,239,228,239,239,228,160,160,160,160,187,160,160,160,160,160,167,189,186,160,160,160,160,160,160,160
- .byte 230,160,160,160,186,189,167,160,160,160,160,160,104,255,155,157,68,168,169,127,104,160,160,160,160,174,160,160,160,160,160,160,160,167,189,186,160,160,160,160
- .byte 230,186,189,167,160,160,160,160,160,160,160,160,233,230,202,192,192,195,203,230,223,160,160,160,160,160,186,160,160,160,160,160,160,160,160,160,167,189,186,160
- .byte 167,160,160,160,160,160,160,160,160,160,160,160,87,81,104,100,37,100,104,81,87,160,160,160,160,160,160,187,160,160,160,160,160,160,160,160,160,160,160,167
- .byte 160,160,160,160,160,160,160,160,160,160,160,174,95,157,170,131,130,141,170,155,105,160,160,160,160,160,160,160,174,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,186,160,98,98,247,227,227,227,247,98,98,160,160,160,160,160,160,160,160,186,160,160,160,160,160,160,160,160,160,160
- .byte 32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
- .byte 32,49,48,48,32,11,13,47,8,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,19,20,1,7,5,32,49,32,32,32
- .byte 32,97,97,97,97,97,97,97,97,97,97,97,97,97,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,2,2,2,2,14,14,15,15,14,14,14,4,4,4,4,4,14,15,14,14,14,14,14,14,14,6,6,6,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,1,1,1,1,1,1,14,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,1,1,1,1,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,1,5,5,5,5,1,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,1,5,5,5,5,1,5,5,5,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,5,1,5,5,5,5,1,5,5,5,1,5,5,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 5,12,12,5,5,5,5,12,5,5,5,12,5,5,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 8,12,12,12,8,9,12,12,12,8,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 8,11,11,11,8,9,11,11,11,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 8,12,12,12,8,9,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 8,12,12,12,12,12,12,12,12,12,12,12,1,2,9,9,1,7,7,2,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 8,11,11,11,11,11,11,11,11,11,11,11,2,2,2,2,2,2,2,2,2,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,8,2,2,2,12,2,2,2,8,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,1,1,1,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 11,2,2,2,11,8,8,8,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,7,7,7,7,7,11,14,11,11,11
- .byte 11,3,3,3,3,3,3,3,3,3,3,13,13,13,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- screen_003
- .byte 0,0
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,228,228,228,228,160,160,160,160,160,160,160,228,228,228,228,228,160,160,160,160,160,160,160,160,160,228,228,228,160,160,160,160,160,160,160,160,160,160
- .byte 160,231,148,137,141,133,229,160,48,48,160,160,231,147,131,143,146,133,229,48,160,160,160,160,160,160,231,140,129,144,229,176,167,176,176,162,176,176,160,160
- .byte 160,160,227,227,227,227,160,160,160,160,160,160,160,227,227,227,227,227,160,160,160,160,160,160,160,160,160,227,227,227,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,236,226,226,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 236,255,162,160,127,251,251,160,236,226,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 254,167,160,167,162,252,252,249,255,162,127,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 187,160,160,160,160,236,127,160,160,127,160,162,255,239,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,233,227,248,121,160,186,226,226,160,172,127,254,167,255,174,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,23,232,211,186,186,233,227,248,208,186,172,160,186,162,251,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 232,102,175,152,102,163,118,186,254,175,232,245,163,232,166,252,232,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,95,102,222,105,160,124,102,163,105,160,160,225,160,160,160,172,160,186,227,160,186,227,172,160,227,227,227,227,160,227,227,160,227,227,227,227,160,227,227
- .byte 160,160,230,92,160,160,160,160,92,160,160,160,160,232,169,167,160,187,160,160,160,160,187,160,167,172,232,160,160,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,230,92,160,160,160,160,92,160,232,174,167,160,160,160,174,160,160,160,160,160,160,174,160,160,160,167,174,232,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,230,92,160,160,160,232,172,167,160,160,160,228,239,239,228,239,239,228,160,160,160,160,186,160,160,160,160,160,167,172,232,160,160,160,160,160,160,160
- .byte 160,160,230,92,232,174,167,160,160,160,160,160,104,255,155,157,68,168,169,127,104,160,160,160,160,187,160,160,160,160,160,160,160,167,174,232,160,160,160,160
- .byte 160,232,174,167,160,160,160,160,160,160,160,160,233,230,202,192,192,195,203,230,223,160,160,160,160,160,174,160,160,160,160,160,160,160,160,160,167,174,232,160
- .byte 186,160,160,160,160,160,160,160,160,160,160,160,87,81,104,100,37,100,104,81,87,160,160,160,160,160,160,186,160,160,160,160,160,160,160,160,160,160,160,186
- .byte 160,160,160,160,160,160,160,160,160,160,160,187,95,157,170,131,130,141,170,155,105,160,160,160,160,160,160,160,187,160,160,160,160,160,160,160,160,160,160,160
- .byte 160,160,160,160,160,160,160,160,160,160,174,160,98,98,247,227,227,227,247,98,98,160,160,160,160,160,160,160,160,174,160,160,160,160,160,160,160,160,160,160
- .byte 32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
- .byte 32,50,53,48,32,11,13,47,8,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,19,20,1,7,5,32,49,32,32,32
- .byte 32,97,97,97,97,97,97,97,97,97,97,97,97,97,97,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,2,2,2,2,14,14,15,15,14,14,14,4,4,4,4,4,14,15,14,14,14,14,14,14,14,6,6,6,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 14,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,1,1,1,1,1,1,14,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,1,1,1,1,1,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,5,5,5,5,1,1,1,1,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,5,5,5,5,1,5,5,5,5,1,1,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 1,5,5,5,5,1,5,5,5,5,1,5,5,1,1,1,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14
- .byte 11,5,5,5,5,11,5,5,5,5,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,12,8,9,12,12,12,12,9,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 11,11,8,9,11,11,11,11,9,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,12,8,9,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 12,12,8,9,12,12,12,12,12,12,12,12,1,2,9,9,1,7,7,2,1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 11,11,11,11,11,11,11,11,11,11,11,11,2,2,2,2,2,2,2,2,2,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,8,2,2,2,12,2,2,2,8,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,2,2,2,1,1,1,2,2,2,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12
- .byte 11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
- .byte 11,2,2,2,11,8,8,8,8,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,7,7,7,7,7,11,14,11,11,11
- .byte 11,3,3,3,3,3,3,3,3,3,3,13,13,13,2,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement