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/235/anim0.asm Normal file
View File

@@ -0,0 +1,7 @@
setrepeat 2
frame 0, 07
frame 2, 07
frame 1, 07
dorepeat 1
endanim
; 0xd15ac

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

@@ -0,0 +1,6 @@
setrepeat 3
frame 0, 08
frame 3, 08
dorepeat 1
endanim
; 0xd217e

25
gfx/pics/235/bitmask.asm Normal file
View File

@@ -0,0 +1,25 @@
; 0
db %00001100
db %10001110
db %11010111
db %00001001
db %00000000
db %10000000
db %00000001
; 1
db %00011100
db %00001110
db %00000111
db %00000000
db %00000000
db %10000000
db %00000001
; 2
db %00000000
db %00000000
db %00010000
db %00001000
db %00000000
db %00000000
db %00000000
; 0xd3943

14
gfx/pics/235/frames.asm Normal file
View File

@@ -0,0 +1,14 @@
dw .frame1
dw .frame2
dw .frame3
.frame1
db $00 ; bitmask
db $00, $31, $00, $00, $32, $33, $34, $35, $36, $37, $38, $39
db $3a, $3b, $3c, $3d
.frame2
db $01 ; bitmask
db $00, $3e, $3f, $00, $40, $41, $42, $43, $44, $3c, $3d
.frame3
db $02 ; bitmask
db $37, $3b
; 0xd94bc