diff --git a/data/pkmn.json b/data/pkmn.json index 593768ae..f89381e1 100644 --- a/data/pkmn.json +++ b/data/pkmn.json @@ -11355,10 +11355,10 @@ }, "icons": { ".": {}, - "active": { + "neutral": { "is_duplicate_from": "." }, - "neutral": {} + "active": {} }, "name": { "eng": "Xerneas", diff --git a/icons/pokemon/regular/xerneas-active.png b/icons/pokemon/regular/xerneas-active.png new file mode 100644 index 00000000..5759f73d Binary files /dev/null and b/icons/pokemon/regular/xerneas-active.png differ diff --git a/icons/pokemon/regular/xerneas-neutral.png b/icons/pokemon/regular/xerneas-neutral.png deleted file mode 100644 index 513d0419..00000000 Binary files a/icons/pokemon/regular/xerneas-neutral.png and /dev/null differ diff --git a/icons/pokemon/regular/xerneas.png b/icons/pokemon/regular/xerneas.png index 5759f73d..513d0419 100644 Binary files a/icons/pokemon/regular/xerneas.png and b/icons/pokemon/regular/xerneas.png differ diff --git a/icons/pokemon/shiny/xerneas-active.png b/icons/pokemon/shiny/xerneas-active.png new file mode 100644 index 00000000..6a9204e7 Binary files /dev/null and b/icons/pokemon/shiny/xerneas-active.png differ diff --git a/icons/pokemon/shiny/xerneas-neutral.png b/icons/pokemon/shiny/xerneas-neutral.png deleted file mode 100644 index 4e061a6a..00000000 Binary files a/icons/pokemon/shiny/xerneas-neutral.png and /dev/null differ diff --git a/icons/pokemon/shiny/xerneas.png b/icons/pokemon/shiny/xerneas.png index 6a9204e7..4e061a6a 100644 Binary files a/icons/pokemon/shiny/xerneas.png and b/icons/pokemon/shiny/xerneas.png differ