summaryrefslogtreecommitdiff
path: root/gfx/pics/unown_q
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/pics/unown_q')
-rw-r--r--gfx/pics/unown_q/anim0.asm8
-rw-r--r--gfx/pics/unown_q/anim1.asm6
-rw-r--r--gfx/pics/unown_q/back.6x6.2bpp.lzbin0 -> 105 bytes
-rw-r--r--gfx/pics/unown_q/bitmask.asm11
-rw-r--r--gfx/pics/unown_q/frames.asm13
-rw-r--r--gfx/pics/unown_q/front.5x5.2bpp.lzbin0 -> 189 bytes
6 files changed, 38 insertions, 0 deletions
diff --git a/gfx/pics/unown_q/anim0.asm b/gfx/pics/unown_q/anim0.asm
new file mode 100644
index 000000000..555f61cf3
--- /dev/null
+++ b/gfx/pics/unown_q/anim0.asm
@@ -0,0 +1,8 @@
+ setrepeat 2
+ frame 0, 05
+ frame 1, 05
+ frame 2, 05
+ frame 1, 05
+ dorepeat 1
+ endanim
+; 0xd2360
diff --git a/gfx/pics/unown_q/anim1.asm b/gfx/pics/unown_q/anim1.asm
new file mode 100644
index 000000000..a17caa474
--- /dev/null
+++ b/gfx/pics/unown_q/anim1.asm
@@ -0,0 +1,6 @@
+ setrepeat 2
+ frame 0, 05
+ frame 3, 05
+ dorepeat 1
+ endanim
+; 0xd249e
diff --git a/gfx/pics/unown_q/back.6x6.2bpp.lz b/gfx/pics/unown_q/back.6x6.2bpp.lz
new file mode 100644
index 000000000..5199cdc6c
--- /dev/null
+++ b/gfx/pics/unown_q/back.6x6.2bpp.lz
Binary files differ
diff --git a/gfx/pics/unown_q/bitmask.asm b/gfx/pics/unown_q/bitmask.asm
new file mode 100644
index 000000000..a8f4d5c61
--- /dev/null
+++ b/gfx/pics/unown_q/bitmask.asm
@@ -0,0 +1,11 @@
+; 0
+ db %00000000
+ db %00000000
+ db %10001100
+ db %00000001
+; 1
+ db %10000000
+ db %00110001
+ db %00000110
+ db %00000000
+; 0xd3bc7
diff --git a/gfx/pics/unown_q/frames.asm b/gfx/pics/unown_q/frames.asm
new file mode 100644
index 000000000..065ef139e
--- /dev/null
+++ b/gfx/pics/unown_q/frames.asm
@@ -0,0 +1,13 @@
+ dw .frame1
+ dw .frame2
+ dw .frame3
+.frame1
+ db $00 ; bitmask
+ db $19, $1a, $1b, $1c
+.frame2
+ db $00 ; bitmask
+ db $1d, $1e, $1f, $00
+.frame3
+ db $01 ; bitmask
+ db $20, $21, $22, $23, $24, $25
+; 0xd9b79
diff --git a/gfx/pics/unown_q/front.5x5.2bpp.lz b/gfx/pics/unown_q/front.5x5.2bpp.lz
new file mode 100644
index 000000000..65536e23f
--- /dev/null
+++ b/gfx/pics/unown_q/front.5x5.2bpp.lz
Binary files differ