Fix Meowstic sprite error - it was listed as 677 instead of 678

This commit is contained in:
Michiel Sikma
2020-02-18 20:20:57 +01:00
parent 28c0d3ca32
commit 20d3da4dc0
7 changed files with 3 additions and 12 deletions

View File

@@ -21154,8 +21154,7 @@
"gen-8": {
"forms": {
"$": {
"has_female": true,
"is_prev_gen_icon": false
"is_prev_gen_icon": true
}
}
}
@@ -21177,22 +21176,14 @@
"$": {
"has_female": true,
"has_right": false
},
"male": {
"has_female": false,
"has_right": false,
"is_alias_of": "$"
}
}
},
"gen-8": {
"forms": {
"$": {
"is_prev_gen_icon": true
},
"male": {
"is_alias_of": "$",
"is_prev_gen_icon": true
"has_female": true,
"is_prev_gen_icon": false
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 792 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 843 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 876 B