mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 17:45:33 -05:00
Fix Habitat Table Issues
This commit is contained in:
@@ -4576,7 +4576,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] =
|
||||
[SPECIES_LUCARIO_MEGA] =
|
||||
{
|
||||
.size = 0x0,
|
||||
.y_offset = 0x0,
|
||||
.y_offset = 0x1,
|
||||
},
|
||||
[SPECIES_ABOMASNOW_MEGA] =
|
||||
{
|
||||
|
||||
@@ -4576,7 +4576,7 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] =
|
||||
[SPECIES_LUCARIO_MEGA] =
|
||||
{
|
||||
.size = 0x0,
|
||||
.y_offset = 0x2,
|
||||
.y_offset = 0x0,
|
||||
},
|
||||
[SPECIES_ABOMASNOW_MEGA] =
|
||||
{
|
||||
|
||||
@@ -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[] =
|
||||
|
||||
Reference in New Issue
Block a user