diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 01:30:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 01:30:36 -0500 |
commit | da28d1a84b0499bead314e17ae2ff0d13eb03196 (patch) | |
tree | c212adfc53d1996c06f2e4be1d6e480e687a2ad8 /gfx/pokemon/unown_h | |
parent | bad9e33530af8cdc29ce5629df682fc7915bfff0 (diff) | |
parent | 2c4777f3363cd64d05fb00084fd83dff8ac31674 (diff) |
Merge pull request #437 from roukaour/master
Reorganize battle/; rename most "header" misnomers; gfx/pics → gfx/pokemon
Diffstat (limited to 'gfx/pokemon/unown_h')
-rw-r--r-- | gfx/pokemon/unown_h/anim0.asm | 11 | ||||
-rw-r--r-- | gfx/pokemon/unown_h/anim1.asm | 6 | ||||
-rw-r--r-- | gfx/pokemon/unown_h/back.2bpp.lz.78421e5b | bin | 0 -> 176 bytes | |||
-rw-r--r-- | gfx/pokemon/unown_h/back.png | bin | 0 -> 287 bytes | |||
-rw-r--r-- | gfx/pokemon/unown_h/front.animated.2bpp.lz.9a6afeb9 | bin | 0 -> 253 bytes | |||
-rw-r--r-- | gfx/pokemon/unown_h/front.png | bin | 0 -> 380 bytes |
6 files changed, 17 insertions, 0 deletions
diff --git a/gfx/pokemon/unown_h/anim0.asm b/gfx/pokemon/unown_h/anim0.asm new file mode 100644 index 000000000..fdee3822b --- /dev/null +++ b/gfx/pokemon/unown_h/anim0.asm @@ -0,0 +1,11 @@ + frame 5, 12 + frame 1, 06 + frame 2, 04 + frame 3, 03 + frame 4, 02 + frame 1, 02 + frame 2, 02 + frame 3, 02 + frame 4, 02 + endanim +; 0xd22dd diff --git a/gfx/pokemon/unown_h/anim1.asm b/gfx/pokemon/unown_h/anim1.asm new file mode 100644 index 000000000..e6fb90d5e --- /dev/null +++ b/gfx/pokemon/unown_h/anim1.asm @@ -0,0 +1,6 @@ + setrepeat 2 + frame 0, 05 + frame 5, 05 + dorepeat 1 + endanim +; 0xd244d diff --git a/gfx/pokemon/unown_h/back.2bpp.lz.78421e5b b/gfx/pokemon/unown_h/back.2bpp.lz.78421e5b Binary files differnew file mode 100644 index 000000000..926bf5757 --- /dev/null +++ b/gfx/pokemon/unown_h/back.2bpp.lz.78421e5b diff --git a/gfx/pokemon/unown_h/back.png b/gfx/pokemon/unown_h/back.png Binary files differnew file mode 100644 index 000000000..abf0b39e5 --- /dev/null +++ b/gfx/pokemon/unown_h/back.png diff --git a/gfx/pokemon/unown_h/front.animated.2bpp.lz.9a6afeb9 b/gfx/pokemon/unown_h/front.animated.2bpp.lz.9a6afeb9 Binary files differnew file mode 100644 index 000000000..be2d0293c --- /dev/null +++ b/gfx/pokemon/unown_h/front.animated.2bpp.lz.9a6afeb9 diff --git a/gfx/pokemon/unown_h/front.png b/gfx/pokemon/unown_h/front.png Binary files differnew file mode 100644 index 000000000..3c644c7da --- /dev/null +++ b/gfx/pokemon/unown_h/front.png |