From 09ed3bf39c5417c1d2cb56387b3bc80c03f64f10 Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Fri, 21 Feb 2020 23:18:26 +0100 Subject: [PATCH] Spiky-eared Pichu is an unofficial icon --- data/pokemon.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/pokemon.json b/data/pokemon.json index 04bc648d..6a3c6ed0 100644 --- a/data/pokemon.json +++ b/data/pokemon.json @@ -5234,7 +5234,8 @@ }, "spiky-eared": { "has_female": false, - "has_right": false + "has_right": false, + "is_unofficial_icon": true } } }, @@ -5244,7 +5245,8 @@ "is_prev_gen_icon": true }, "spiky-eared": { - "is_prev_gen_icon": true + "is_prev_gen_icon": true, + "is_unofficial_icon": true } } }