dump pic animations

This commit is contained in:
yenatch
2013-01-23 15:25:49 -05:00
parent cd0f717305
commit 3ba86a82eb
1120 changed files with 17240 additions and 0 deletions

11
gfx/pics/068/anim0.asm Normal file
View File

@@ -0,0 +1,11 @@
frame 0, 04
frame 1, 30
setrepeat 3
frame 2, 05
frame 6, 03
frame 3, 05
frame 4, 03
dorepeat 3
frame 7, 08
endanim
; 0xd0c9d

6
gfx/pics/068/anim1.asm Normal file
View File

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 07
frame 5, 07
dorepeat 1
endanim
; 0xd1b6b

57
gfx/pics/068/bitmask.asm Normal file
View File

@@ -0,0 +1,57 @@
; 0
db %10000000
db %11000001
db %10000011
db %00000001
db %00011000
db %00001100
db %00000000
; 1
db %10111000
db %11011111
db %00001100
db %00000000
db %00011000
db %00001100
db %00000000
; 2
db %10000000
db %11000001
db %00011100
db %00001110
db %11111011
db %01101101
db %00000000
; 3
db %10011000
db %11011111
db %00001110
db %10000110
db %11111011
db %01101101
db %00000000
; 4
db %00000000
db %00000000
db %11000001
db %00000000
db %00000000
db %00000000
db %00000000
; 5
db %10011000
db %11011101
db %00001110
db %10000110
db %11111011
db %01101101
db %00000000
; 6
db %10000000
db %11000001
db %00000000
db %00000000
db %00011000
db %00001100
db %00000000
; 0xd2bfc

35
gfx/pics/068/frames.asm Normal file
View File

@@ -0,0 +1,35 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
dw .frame6
dw .frame7
.frame1
db $00 ; bitmask
db $31, $32, $33, $34, $35, $36, $37, $38, $39, $3a, $3b, $3c
.frame2
db $01 ; bitmask
db $3d, $05, $3e, $31, $32, $3f, $40, $41, $42, $33, $34, $43
db $44, $39, $3a, $3b, $3c
.frame3
db $02 ; bitmask
db $31, $32, $33, $34, $45, $46, $47, $48, $49, $4a, $05, $4b
db $39, $3a, $4c, $4d, $4e, $4f, $3b, $3c, $50, $05
.frame4
db $03 ; bitmask
db $3d, $05, $31, $32, $3f, $51, $52, $53, $33, $34, $54, $55
db $56, $57, $58, $59, $5a, $5b, $39, $3a, $4c, $4d, $4e, $4f
db $3b, $3c, $50, $05
.frame5
db $04 ; bitmask
db $5c, $5d, $5e
.frame6
db $05 ; bitmask
db $3d, $05, $31, $32, $51, $52, $53, $33, $34, $54, $5f, $56
db $60, $05, $59, $61, $5b, $39, $3a, $4c, $4d, $4e, $4f, $3b
db $3c, $50, $05
.frame7
db $06 ; bitmask
db $31, $32, $33, $34, $39, $3a, $3b, $3c
; 0xd5069