diff --git a/README.md b/README.md index 893a0b4..9caa82f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ If you use our implementations of anything at all, it is encouraged to submit Pu JEP-affiliated spriters require sprites to be used with direct credit for non-commerical purposes. Credit the artist in any case of using them. - Zeta_Null: Topaz sprites, numerous tileset bits, Omegadge, Qatu, Phandarin, Stromen, Lickilord, - Martha's Against Humanity: Shi-Shi, Fossil Aerodactyl, Fossil Kabutops, Calflac (with inspiration from KmiE_821) -- zuperZACH: Clodsire (front), Mismagius, Alolan Vulpix +- zuperZACH: Clodsire (front), Mismagius, Alolan Vulpix, Alolan Ninetales - Shawesome: Alolan Geodude - EyeDonutz: Walking Wake - Plague von Karma: Overworld Arbok, Koffing, Voltorb, Gengar, Diglett, and Cat sprites, adapted from the slot machine's sprites (originally made for KEP). diff --git a/gfx/pokemon/ninetalesa/anim.asm b/gfx/pokemon/ninetalesa/anim.asm new file mode 100644 index 0000000..78c1c2e --- /dev/null +++ b/gfx/pokemon/ninetalesa/anim.asm @@ -0,0 +1,13 @@ + frame 0, 08 + frame 1, 04 + frame 2, 10 + frame 3, 01 + frame 4, 01 + frame 5, 01 + frame 6, 01 + frame 7, 03 + frame 8, 03 + frame 9, 03 + frame 10, 03 + frame 0, 16 + endanim \ No newline at end of file diff --git a/gfx/pokemon/ninetalesa/anim_idle.asm b/gfx/pokemon/ninetalesa/anim_idle.asm new file mode 100644 index 0000000..3bee776 --- /dev/null +++ b/gfx/pokemon/ninetalesa/anim_idle.asm @@ -0,0 +1,7 @@ + frame 11, 03 + frame 12, 03 + frame 0, 03 + frame 11, 03 + frame 12, 03 + frame 0, 16 + endanim \ No newline at end of file diff --git a/gfx/pokemon/ninetalesa/back.png b/gfx/pokemon/ninetalesa/back.png new file mode 100644 index 0000000..52e36bd Binary files /dev/null and b/gfx/pokemon/ninetalesa/back.png differ diff --git a/gfx/pokemon/ninetalesa/front.png b/gfx/pokemon/ninetalesa/front.png new file mode 100644 index 0000000..c7fd140 Binary files /dev/null and b/gfx/pokemon/ninetalesa/front.png differ diff --git a/gfx/pokemon/ninetalesa/shiny.pal b/gfx/pokemon/ninetalesa/shiny.pal new file mode 100644 index 0000000..9a4ad0d --- /dev/null +++ b/gfx/pokemon/ninetalesa/shiny.pal @@ -0,0 +1,2 @@ + RGB 25, 23, 29 + RGB 16, 10, 21 \ No newline at end of file