forgot to adjust front pic coordinate, only remember meowstic though

This commit is contained in:
Blackforest92 2021-10-19 19:47:37 +07:00
parent 626aa4e754
commit 4e9af083db

View File

@ -3394,7 +3394,7 @@ const struct MonCoords gMonFrontPicCoords[] =
[SPECIES_MEOWSTIC] =
{
.size = 0x45,
.y_offset = 6,
.y_offset = 3,
},
[SPECIES_HONEDGE] =
{
@ -5680,7 +5680,7 @@ const struct MonCoords gMonFrontPicCoords[] =
[SPECIES_MEOWSTIC_FEMALE] =
{
.size = 0x45,
.y_offset = 6,
.y_offset = 2,
},
// Aegislash
[SPECIES_AEGISLASH_BLADE] =