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

8
gfx/pics/057/anim0.asm Normal file
View File

@@ -0,0 +1,8 @@
setrepeat 5
frame 1, 08
frame 4, 08
dorepeat 1
frame 2, 05
frame 3, 25
endanim
; 0xd0c0c

8
gfx/pics/057/anim1.asm Normal file
View File

@@ -0,0 +1,8 @@
frame 2, 10
frame 0, 25
setrepeat 3
frame 2, 06
frame 3, 06
dorepeat 3
endanim
; 0xd1af8

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

@@ -0,0 +1,33 @@
; 0
db %10000110
db %11000011
db %11100011
db %10110001
db %11111011
db %01111100
db %00000000
; 1
db %00000000
db %00000000
db %10000001
db %00000001
db %00000000
db %00000000
db %00000000
; 2
db %00000000
db %00000000
db %10000011
db %10000001
db %01000001
db %00000000
db %00000000
; 3
db %00000000
db %00000000
db %10000001
db %00010001
db %00000000
db %00000000
db %00000000
; 0xd2af8

19
gfx/pics/057/frames.asm Normal file
View File

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