Fix inconsistency in misc.json, add hyphens to 'gen'

This commit is contained in:
Michiel Sikma
2020-08-15 20:20:20 +02:00
parent ebcce8ea14
commit 5b1f5dea1b
2 changed files with 13 additions and 13 deletions

View File

@@ -4152,13 +4152,13 @@
},
"files": {
"home": "seals/home/move-physical.png",
"gen8": "seals/gen8/move-physical.png",
"gen4": "seals/gen4/move-physical.png"
"gen-8": "seals/gen8/move-physical.png",
"gen-4": "seals/gen4/move-physical.png"
},
"resolution": {
"home": "3x",
"gen8": "2x",
"gen4": "1x"
"gen-8": "2x",
"gen-4": "1x"
}
},
{
@@ -4169,13 +4169,13 @@
},
"files": {
"home": "seals/home/move-special.png",
"gen8": "seals/gen8/move-special.png",
"gen4": "seals/gen4/move-special.png"
"gen-8": "seals/gen8/move-special.png",
"gen-4": "seals/gen4/move-special.png"
},
"resolution": {
"home": "3x",
"gen8": "2x",
"gen4": "1x"
"gen-8": "2x",
"gen-4": "1x"
}
},
{
@@ -4186,13 +4186,13 @@
},
"files": {
"home": "seals/home/move-status.png",
"gen8": "seals/gen8/move-status.png",
"gen4": "seals/gen4/move-status.png"
"gen-8": "seals/gen8/move-status.png",
"gen-4": "seals/gen4/move-status.png"
},
"resolution": {
"home": "3x",
"gen8": "2x",
"gen4": "1x"
"gen-8": "2x",
"gen-4": "1x"
}
}
]

View File

@@ -1,6 +1,6 @@
{
"name": "pokesprite-images",
"version": "2.2.3",
"version": "2.2.4",
"description": "Database project of box and inventory sprites from the Pokémon core series games",
"files": [
"contributors.md",