Updated the Deoxys Forms' battle sprites' Y coords

This commit is contained in:
LOuroboros 2020-08-09 20:59:22 -03:00
parent d37896d51b
commit 287838cd58
2 changed files with 6 additions and 6 deletions

View File

@ -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,
},
};

View File

@ -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,
},
};