From 5c5afb1805be5e243ac70ee1616d8d2fb8704f2a Mon Sep 17 00:00:00 2001 From: Gem <97372545+disabledandfab@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:47:57 -0500 Subject: [PATCH] Added Spoink to the .json file --- pokemon.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pokemon.json b/pokemon.json index dd540744..452ec81c 100644 --- a/pokemon.json +++ b/pokemon.json @@ -124,5 +124,13 @@ "contributedByUrl": "https://github.com/mayureshagashe2105", "improvedByName": "", "improvedByUrl": "" + }, + { + "pokemonName": "Spoink", + "pokemonDescription": "Meet Spoink, the bouncy pudgy pig pal of the Pokéverse", + "pokemonImage": "https://archives.bulbagarden.net/media/upload/4/43/HOME325.png?download", + "contributedByName": "disabledandfab", + "contributedByUrl": "https://github.com/disabledandfab" + } ]