mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Updated the Deoxys Forms' battle sprites' Y coords
This commit is contained in:
parent
d37896d51b
commit
287838cd58
@ -4627,16 +4627,16 @@ const struct MonCoords gMonBackPicCoords[] =
|
||||
[SPECIES_DEOXYS_ATTACK] =
|
||||
{
|
||||
.size = 0x87,
|
||||
.y_offset = 0x6
|
||||
.y_offset = 6,
|
||||
},
|
||||
[SPECIES_DEOXYS_DEFENSE] =
|
||||
{
|
||||
.size = 0x87,
|
||||
.y_offset = 0x9
|
||||
.y_offset = 9,
|
||||
},
|
||||
[SPECIES_DEOXYS_SPEED] =
|
||||
{
|
||||
.size = 0x87,
|
||||
.y_offset = 0x6
|
||||
.y_offset = 6,
|
||||
},
|
||||
};
|
||||
|
@ -4627,16 +4627,16 @@ const struct MonCoords gMonFrontPicCoords[] =
|
||||
[SPECIES_DEOXYS_ATTACK] =
|
||||
{
|
||||
.size = 0x88,
|
||||
.y_offset = 0x0,
|
||||
.y_offset = 0,
|
||||
},
|
||||
[SPECIES_DEOXYS_DEFENSE] =
|
||||
{
|
||||
.size = 0x88,
|
||||
.y_offset = 0x0,
|
||||
.y_offset = 0,
|
||||
},
|
||||
[SPECIES_DEOXYS_SPEED] =
|
||||
{
|
||||
.size = 0x88,
|
||||
.y_offset = 0x0,
|
||||
.y_offset = 0,
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user