mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +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] =
|
||||
{
|
||||
.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] =
|
||||
|
Loading…
Reference in New Issue
Block a user