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/phanpy | |
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/phanpy')
-rw-r--r-- | gfx/pokemon/phanpy/anim0.asm | 8 | ||||
-rw-r--r-- | gfx/pokemon/phanpy/anim1.asm | 6 | ||||
-rw-r--r-- | gfx/pokemon/phanpy/back.2bpp.lz.a5c509b8 | bin | 0 -> 275 bytes | |||
-rw-r--r-- | gfx/pokemon/phanpy/back.png | bin | 0 -> 347 bytes | |||
-rw-r--r-- | gfx/pokemon/phanpy/front.animated.2bpp.lz.53b49445 | bin | 0 -> 414 bytes | |||
-rw-r--r-- | gfx/pokemon/phanpy/front.png | bin | 0 -> 606 bytes | |||
-rw-r--r-- | gfx/pokemon/phanpy/shiny.pal | 4 |
7 files changed, 18 insertions, 0 deletions
diff --git a/gfx/pokemon/phanpy/anim0.asm b/gfx/pokemon/phanpy/anim0.asm new file mode 100644 index 000000000..7ec513762 --- /dev/null +++ b/gfx/pokemon/phanpy/anim0.asm @@ -0,0 +1,8 @@ + frame 1, 10 + frame 2, 10 + setrepeat 2 + frame 0, 05 + frame 3, 05 + dorepeat 3 + endanim +; 0xd157e diff --git a/gfx/pokemon/phanpy/anim1.asm b/gfx/pokemon/phanpy/anim1.asm new file mode 100644 index 000000000..43148da49 --- /dev/null +++ b/gfx/pokemon/phanpy/anim1.asm @@ -0,0 +1,6 @@ + setrepeat 2 + frame 0, 05 + frame 3, 05 + dorepeat 1 + endanim +; 0xd2160 diff --git a/gfx/pokemon/phanpy/back.2bpp.lz.a5c509b8 b/gfx/pokemon/phanpy/back.2bpp.lz.a5c509b8 Binary files differnew file mode 100644 index 000000000..cef1bf442 --- /dev/null +++ b/gfx/pokemon/phanpy/back.2bpp.lz.a5c509b8 diff --git a/gfx/pokemon/phanpy/back.png b/gfx/pokemon/phanpy/back.png Binary files differnew file mode 100644 index 000000000..5efafc74b --- /dev/null +++ b/gfx/pokemon/phanpy/back.png diff --git a/gfx/pokemon/phanpy/front.animated.2bpp.lz.53b49445 b/gfx/pokemon/phanpy/front.animated.2bpp.lz.53b49445 Binary files differnew file mode 100644 index 000000000..d919487b8 --- /dev/null +++ b/gfx/pokemon/phanpy/front.animated.2bpp.lz.53b49445 diff --git a/gfx/pokemon/phanpy/front.png b/gfx/pokemon/phanpy/front.png Binary files differnew file mode 100644 index 000000000..e2e0eeb14 --- /dev/null +++ b/gfx/pokemon/phanpy/front.png diff --git a/gfx/pokemon/phanpy/shiny.pal b/gfx/pokemon/phanpy/shiny.pal new file mode 100644 index 000000000..64b15d904 --- /dev/null +++ b/gfx/pokemon/phanpy/shiny.pal @@ -0,0 +1,4 @@ + + RGB 22, 24, 25 + RGB 24, 01, 06 + |