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

9
gfx/pics/248/anim0.asm Normal file
View File

@@ -0,0 +1,9 @@
frame 1, 14
frame 2, 16
frame 3, 16
frame 1, 14
frame 4, 16
frame 0, 16
frame 4, 16
endanim
; 0xd1659

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

@@ -0,0 +1,6 @@
setrepeat 2
frame 0, 08
frame 5, 08
dorepeat 1
endanim
; 0xd21ff

33
gfx/pics/248/bitmask.asm Normal file
View File

@@ -0,0 +1,33 @@
; 0
db %10011111
db %11001111
db %01101111
db %00110011
db %00000001
db %00000000
db %00000000
; 1
db %10011111
db %11001111
db %01101111
db %00110011
db %01100001
db %00110000
db %00000000
; 2
db %00000000
db %00000000
db %00000000
db %00000000
db %01100000
db %00110000
db %00000000
; 3
db %00000000
db %00000000
db %00000001
db %00000000
db %00000000
db %00000000
db %00000000
; 0xd3a58

25
gfx/pics/248/frames.asm Normal file
View File

@@ -0,0 +1,25 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
.frame1
db $00 ; bitmask
db $05, $05, $05, $31, $32, $33, $34, $35, $36, $37, $38, $39
db $3a, $3b, $3c, $3d, $3e, $3f, $40, $41, $05, $42, $43
.frame2
db $01 ; bitmask
db $05, $05, $44, $45, $05, $33, $34, $46, $47, $48, $38, $39
db $49, $4a, $4b, $3d, $3e, $3f, $4c, $4d, $05, $42, $43, $4e
db $4f, $50, $51
.frame3
db $00 ; bitmask
db $05, $05, $44, $45, $05, $33, $34, $46, $47, $48, $38, $39
db $49, $4a, $4b, $3d, $3e, $3f, $4c, $4d, $05, $42, $43
.frame4
db $02 ; bitmask
db $4e, $4f, $50, $51
.frame5
db $03 ; bitmask
db $52
; 0xd982c