From b664ad721b7cfc4e959e2a853cfa9467f05be260 Mon Sep 17 00:00:00 2001 From: Skeli Date: Thu, 14 Oct 2021 17:24:31 -0400 Subject: [PATCH] Fix Habitat Table Issues --- src/Back_Pic_Coords_Table.c | 2 +- src/Front_Pic_Coords_Table.c | 2 +- src/Habitat_Table.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Back_Pic_Coords_Table.c b/src/Back_Pic_Coords_Table.c index 44ebbc3..1a7faae 100644 --- a/src/Back_Pic_Coords_Table.c +++ b/src/Back_Pic_Coords_Table.c @@ -4576,7 +4576,7 @@ const struct MonCoords gMonBackPicCoords[NUM_SPECIES] = [SPECIES_LUCARIO_MEGA] = { .size = 0x0, - .y_offset = 0x0, + .y_offset = 0x1, }, [SPECIES_ABOMASNOW_MEGA] = { diff --git a/src/Front_Pic_Coords_Table.c b/src/Front_Pic_Coords_Table.c index 63fbd63..cffad82 100644 --- a/src/Front_Pic_Coords_Table.c +++ b/src/Front_Pic_Coords_Table.c @@ -4576,7 +4576,7 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] = [SPECIES_LUCARIO_MEGA] = { .size = 0x0, - .y_offset = 0x2, + .y_offset = 0x0, }, [SPECIES_ABOMASNOW_MEGA] = { diff --git a/src/Habitat_Table.c b/src/Habitat_Table.c index 9a7321a..2440285 100644 --- a/src/Habitat_Table.c +++ b/src/Habitat_Table.c @@ -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[] =