mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
forgot to adjust front pic coordinate, only remember meowstic though
This commit is contained in:
parent
626aa4e754
commit
4e9af083db
@ -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] =
|
||||||
|
Loading…
Reference in New Issue
Block a user