mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-25 16:20:56 -05:00
Add blank/filled sprites to data file
This commit is contained in:
parent
d0a5510b39
commit
46653fa737
|
|
@ -9906,13 +9906,32 @@
|
|||
"$": {
|
||||
"has_female": false,
|
||||
"has_right": false
|
||||
},
|
||||
"blank": {
|
||||
"has_female": false,
|
||||
"has_right": false,
|
||||
"is_unofficial_icon": true
|
||||
},
|
||||
"filled": {
|
||||
"has_female": false,
|
||||
"has_right": false,
|
||||
"is_unofficial_icon": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"gen-8": {
|
||||
"forms": {
|
||||
"$": {
|
||||
"is_prev_gen_icon": true
|
||||
"is_prev_gen_icon": true,
|
||||
"is_unofficial_icon": true
|
||||
},
|
||||
"blank": {
|
||||
"is_prev_gen_icon": true,
|
||||
"is_unofficial_icon": true
|
||||
},
|
||||
"filled": {
|
||||
"is_prev_gen_icon": true,
|
||||
"is_unofficial_icon": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user