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

7
gfx/pics/145/anim0.asm Normal file
View File

@@ -0,0 +1,7 @@
frame 1, 10
setrepeat 3
frame 2, 10
frame 3, 10
dorepeat 2
endanim
; 0xd10cc

5
gfx/pics/145/anim1.asm Normal file
View File

@@ -0,0 +1,5 @@
frame 1, 08
frame 2, 50
frame 1, 06
endanim
; 0xd1e48

17
gfx/pics/145/bitmask.asm Normal file
View File

@@ -0,0 +1,17 @@
; 0
db %10110111
db %11001111
db %11100011
db %11110001
db %00000000
db %00000000
db %00000000
; 1
db %10111111
db %11001111
db %11100111
db %11110001
db %01011000
db %01111000
db %00000000
; 0xd3260

17
gfx/pics/145/frames.asm Normal file
View File

@@ -0,0 +1,17 @@
dw .frame1
dw .frame2
dw .frame3
.frame1
db $00 ; bitmask
db $31, $32, $33, $34, $35, $36, $37, $38, $39, $3a, $3b, $3c
db $3d, $3e, $3f, $40, $41, $42, $43, $44, $45, $46
.frame2
db $01 ; bitmask
db $31, $32, $33, $47, $34, $35, $48, $49, $4a, $4b, $4c, $4d
db $4e, $4f, $3e, $50, $3f, $40, $41, $42, $51, $52, $45, $46
db $53, $54, $55, $56, $57, $58, $59
.frame3
db $00 ; bitmask
db $31, $32, $33, $34, $35, $36, $49, $4a, $39, $3a, $3b, $4e
db $4f, $3e, $3f, $40, $41, $42, $43, $44, $45, $46
; 0xd6096