diff --git a/data/pokemon.json b/data/pokemon.json index 911ada87..2896d64b 100644 --- a/data/pokemon.json +++ b/data/pokemon.json @@ -9906,13 +9906,32 @@ "$": { "has_female": false, "has_right": false + }, + "blank": { + "has_female": false, + "has_right": false, + "is_unofficial_icon": true + }, + "filled": { + "has_female": false, + "has_right": false, + "is_unofficial_icon": true } } }, "gen-8": { "forms": { "$": { - "is_prev_gen_icon": true + "is_prev_gen_icon": true, + "is_unofficial_icon": true + }, + "blank": { + "is_prev_gen_icon": true, + "is_unofficial_icon": true + }, + "filled": { + "is_prev_gen_icon": true, + "is_unofficial_icon": true } } } diff --git a/icons/pokemon/regular/spinda-blank.png b/icons/pokemon/regular/spinda-blank.png new file mode 100644 index 00000000..174630cd Binary files /dev/null and b/icons/pokemon/regular/spinda-blank.png differ diff --git a/icons/pokemon/regular/spinda-filled.png b/icons/pokemon/regular/spinda-filled.png new file mode 100644 index 00000000..377efc00 Binary files /dev/null and b/icons/pokemon/regular/spinda-filled.png differ diff --git a/icons/pokemon/shiny/spinda-blank.png b/icons/pokemon/shiny/spinda-blank.png new file mode 100644 index 00000000..3f30fea1 Binary files /dev/null and b/icons/pokemon/shiny/spinda-blank.png differ diff --git a/icons/pokemon/shiny/spinda-filled.png b/icons/pokemon/shiny/spinda-filled.png new file mode 100644 index 00000000..505157ec Binary files /dev/null and b/icons/pokemon/shiny/spinda-filled.png differ diff --git a/package.json b/package.json index 17470fda..1e1a6685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pokesprite-images", - "version": "2.0.1", + "version": "2.0.2", "description": "Database project of box and inventory sprites from the Pokémon core series games", "private": true, "files": [ diff --git a/pokemon-gen7x/regular/spinda-blank.png b/pokemon-gen7x/regular/spinda-blank.png new file mode 100644 index 00000000..6864464b Binary files /dev/null and b/pokemon-gen7x/regular/spinda-blank.png differ diff --git a/pokemon-gen7x/regular/spinda-filled.png b/pokemon-gen7x/regular/spinda-filled.png new file mode 100644 index 00000000..9e3412b9 Binary files /dev/null and b/pokemon-gen7x/regular/spinda-filled.png differ diff --git a/pokemon-gen7x/shiny/spinda-blank.png b/pokemon-gen7x/shiny/spinda-blank.png new file mode 100644 index 00000000..65794d58 Binary files /dev/null and b/pokemon-gen7x/shiny/spinda-blank.png differ diff --git a/pokemon-gen7x/shiny/spinda-filled.png b/pokemon-gen7x/shiny/spinda-filled.png new file mode 100644 index 00000000..c6b2172b Binary files /dev/null and b/pokemon-gen7x/shiny/spinda-filled.png differ diff --git a/pokemon-gen8/regular/spinda-blank.png b/pokemon-gen8/regular/spinda-blank.png new file mode 100644 index 00000000..6864464b Binary files /dev/null and b/pokemon-gen8/regular/spinda-blank.png differ diff --git a/pokemon-gen8/regular/spinda-filled.png b/pokemon-gen8/regular/spinda-filled.png new file mode 100644 index 00000000..9e3412b9 Binary files /dev/null and b/pokemon-gen8/regular/spinda-filled.png differ diff --git a/pokemon-gen8/shiny/spinda-blank.png b/pokemon-gen8/shiny/spinda-blank.png new file mode 100644 index 00000000..65794d58 Binary files /dev/null and b/pokemon-gen8/shiny/spinda-blank.png differ diff --git a/pokemon-gen8/shiny/spinda-filled.png b/pokemon-gen8/shiny/spinda-filled.png new file mode 100644 index 00000000..c6b2172b Binary files /dev/null and b/pokemon-gen8/shiny/spinda-filled.png differ diff --git a/readme.md b/readme.md index ae45c2e2..e40124fb 100644 --- a/readme.md +++ b/readme.md @@ -137,6 +137,7 @@ For a better example of what many adjacent sprites look like with this setup, se * **[PKHeX](https://github.com/kwsch/PKHeX)** – Pokémon save file editor * **[PikaSprite](https://github.com/arcanis/pikasprite)** – a different interface for PokéSprite sprites * **[DexTool](https://github.com/PoshoDev/DexTool)** – management tools for a Pokémon living Dex, shiny hunting and streaming +* [Spinda Painter](https://msikma.github.io/spinda-spots/) – proof of concept for displaying accurate Spinda spots on its box sprite * Many Google Sheets used by Pokémon traders If your project uses PokéSprite and you'd like to be added to this list, feel free to [open an issue](https://github.com/msikma/pokesprite/issues) to request it.