mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-21 19:00:18 +01:00
Fix Alola Form back coordinates
Meowth, Persian, Geodude, Golem, and Grimer were 1-2 pixels too high.
This commit is contained in:
parent
103783aec9
commit
9365f4d758
@ -4481,17 +4481,17 @@ const struct MonCoords gMonBackPicCoords[] =
|
||||
[SPECIES_ALOLAN_MEOWTH] =
|
||||
{
|
||||
.size = 0x65,
|
||||
.y_offset = 0x6,
|
||||
.y_offset = 0x7,
|
||||
},
|
||||
[SPECIES_ALOLAN_PERSIAN] =
|
||||
{
|
||||
.size = 0x87,
|
||||
.y_offset = 0x7,
|
||||
.y_offset = 0x8,
|
||||
},
|
||||
[SPECIES_ALOLAN_GEODUDE] =
|
||||
{
|
||||
.size = 0x66,
|
||||
.y_offset = 0xb,
|
||||
.y_offset = 0xd,
|
||||
},
|
||||
[SPECIES_ALOLAN_GRAVELER] =
|
||||
{
|
||||
@ -4501,12 +4501,12 @@ const struct MonCoords gMonBackPicCoords[] =
|
||||
[SPECIES_ALOLAN_GOLEM] =
|
||||
{
|
||||
.size = 0x84,
|
||||
.y_offset = 0xb,
|
||||
.y_offset = 0xd,
|
||||
},
|
||||
[SPECIES_ALOLAN_GRIMER] =
|
||||
{
|
||||
.size = 0x75,
|
||||
.y_offset = 0xd,
|
||||
.y_offset = 0xe,
|
||||
},
|
||||
[SPECIES_ALOLAN_MUK] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user