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