From e45eccf24e23233d3180d6d897e0a8bda91b4d4a Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Mon, 24 Feb 2020 00:19:32 +0100 Subject: [PATCH] Make Gourgeist use aliases instead of mixing old and new sprites --- data/pokemon.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/pokemon.json b/data/pokemon.json index f94ff37d..911ada87 100644 --- a/data/pokemon.json +++ b/data/pokemon.json @@ -22192,16 +22192,16 @@ "is_prev_gen_icon": false }, "large": { - "is_prev_gen_icon": true, - "is_unofficial_icon": true + "is_alias_of": "$", + "is_prev_gen_icon": false }, "small": { - "is_prev_gen_icon": true, - "is_unofficial_icon": true + "is_alias_of": "$", + "is_prev_gen_icon": false }, "super": { - "is_prev_gen_icon": true, - "is_unofficial_icon": true + "is_alias_of": "$", + "is_prev_gen_icon": false } } }