Fix Habitat Table Issues

This commit is contained in:
Skeli
2021-10-14 17:24:31 -04:00
parent e323927471
commit b664ad721b
3 changed files with 4 additions and 4 deletions

View File

@@ -4576,7 +4576,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
[SPECIES_LUCARIO_MEGA] =
{
.size = 0x0,
.y_offset = 0x0,
.y_offset = 0x1,
},
[SPECIES_ABOMASNOW_MEGA] =
{

View File

@@ -4576,7 +4576,7 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] =
[SPECIES_LUCARIO_MEGA] =
{
.size = 0x0,
.y_offset = 0x2,
.y_offset = 0x0,
},
[SPECIES_ABOMASNOW_MEGA] =
{

View File

@@ -692,7 +692,7 @@ const u16 gForestPage32[] =
SPECIES_COMBEE,
SPECIES_VESPIQUEN,
SPECIES_CHERUBI,
SPECIES_CHERRIM_SUN,
SPECIES_CHERRIM,
};
const u16 gForestPage33[] =
@@ -1634,7 +1634,6 @@ const u16 gMountainPage6[] =
{
SPECIES_CUBONE,
SPECIES_MAROWAK,
SPECIES_CUBONE_A,
SPECIES_MAROWAK_A,
};
@@ -1871,6 +1870,7 @@ const u16 gMountainPage40[]=
SPECIES_MINIOR_YELLOW,
SPECIES_MINIOR_INDIGO,
SPECIES_MINIOR_GREEN,
SPECIES_MINIOR_VIOLET,
};
const u16 gMountainPage41[] =