mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-25 16:20:56 -05:00
Add gen4 move seals
This commit is contained in:
parent
fb03741e16
commit
77f18ba4f7
|
|
@ -4152,11 +4152,13 @@
|
|||
},
|
||||
"files": {
|
||||
"home": "seals/home/move-physical.png",
|
||||
"gen8": "seals/gen8/move-physical.png"
|
||||
"gen8": "seals/gen8/move-physical.png",
|
||||
"gen4": "seals/gen4/move-physical.png"
|
||||
},
|
||||
"resolution": {
|
||||
"home": "3x",
|
||||
"gen8": "2x"
|
||||
"gen8": "2x",
|
||||
"gen4": "1x"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -4167,11 +4169,13 @@
|
|||
},
|
||||
"files": {
|
||||
"home": "seals/home/move-special.png",
|
||||
"gen8": "seals/gen8/move-special.png"
|
||||
"gen8": "seals/gen8/move-special.png",
|
||||
"gen4": "seals/gen4/move-special.png"
|
||||
},
|
||||
"resolution": {
|
||||
"home": "3x",
|
||||
"gen8": "2x"
|
||||
"gen8": "2x",
|
||||
"gen4": "1x"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -4182,11 +4186,13 @@
|
|||
},
|
||||
"files": {
|
||||
"home": "seals/home/move-status.png",
|
||||
"gen8": "seals/gen8/move-status.png"
|
||||
"gen8": "seals/gen8/move-status.png",
|
||||
"gen4": "seals/gen4/move-status.png"
|
||||
},
|
||||
"resolution": {
|
||||
"home": "3x",
|
||||
"gen8": "2x"
|
||||
"gen8": "2x",
|
||||
"gen4": "1x"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
BIN
misc/seals/gen4/move-physical.png
Normal file
BIN
misc/seals/gen4/move-physical.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 B |
BIN
misc/seals/gen4/move-special.png
Normal file
BIN
misc/seals/gen4/move-special.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 B |
BIN
misc/seals/gen4/move-status.png
Normal file
BIN
misc/seals/gen4/move-status.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 191 B |
Loading…
Reference in New Issue
Block a user