summaryrefslogtreecommitdiff
path: root/gfx/pics/201c
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-01-23 15:25:49 -0500
committeryenatch <yenatch@gmail.com>2013-01-23 15:25:49 -0500
commit3ba86a82eb2a592aa43e23b745bfa99e07bb37b6 (patch)
tree327847ed35a5f442c7c37cdd19ffa2e9939b7206 /gfx/pics/201c
parentcd0f71730583f7db1e81549d0269fa38ea315ac9 (diff)
dump pic animations
Diffstat (limited to 'gfx/pics/201c')
-rw-r--r--gfx/pics/201c/anim0.asm9
-rw-r--r--gfx/pics/201c/anim1.asm6
-rw-r--r--gfx/pics/201c/bitmask.asm21
-rw-r--r--gfx/pics/201c/frames.asm17
4 files changed, 53 insertions, 0 deletions
diff --git a/gfx/pics/201c/anim0.asm b/gfx/pics/201c/anim0.asm
new file mode 100644
index 000000000..1e8b894ab
--- /dev/null
+++ b/gfx/pics/201c/anim0.asm
@@ -0,0 +1,9 @@
+ frame 0, 05
+ frame 1, 05
+ frame 2, 05
+ setrepeat 2
+ frame 3, 04
+ frame 2, 04
+ dorepeat 4
+ endanim
+; 0xd2292
diff --git a/gfx/pics/201c/anim1.asm b/gfx/pics/201c/anim1.asm
new file mode 100644
index 000000000..fcf07ced3
--- /dev/null
+++ b/gfx/pics/201c/anim1.asm
@@ -0,0 +1,6 @@
+ setrepeat 2
+ frame 0, 05
+ frame 4, 05
+ dorepeat 1
+ endanim
+; 0xd2420
diff --git a/gfx/pics/201c/bitmask.asm b/gfx/pics/201c/bitmask.asm
new file mode 100644
index 000000000..864b1f9ae
--- /dev/null
+++ b/gfx/pics/201c/bitmask.asm
@@ -0,0 +1,21 @@
+; 0
+ db %00001000
+ db %01100011
+ db %00000000
+ db %00000000
+; 1
+ db %00000000
+ db %00010000
+ db %00000000
+ db %00000000
+; 2
+ db %00000000
+ db %00110000
+ db %00000000
+ db %00000000
+; 3
+ db %10000000
+ db %00110001
+ db %00000000
+ db %00000000
+; 0xd3b2f
diff --git a/gfx/pics/201c/frames.asm b/gfx/pics/201c/frames.asm
new file mode 100644
index 000000000..ea3cce54a
--- /dev/null
+++ b/gfx/pics/201c/frames.asm
@@ -0,0 +1,17 @@
+ dw .frame1
+ dw .frame2
+ dw .frame3
+ dw .frame4
+.frame1
+ db $00 ; bitmask
+ db $19, $1a, $1b, $1c, $1d
+.frame2
+ db $01 ; bitmask
+ db $1e
+.frame3
+ db $02 ; bitmask
+ db $1f, $20
+.frame4
+ db $03 ; bitmask
+ db $21, $22, $23, $24
+; 0xd9a2e