From 838811d28689bf20bb0ba409b8ca5201f0a7dfdb Mon Sep 17 00:00:00 2001 From: professorleondias <57677889+professorleondias@users.noreply.github.com> Date: Thu, 28 May 2020 17:33:28 -0400 Subject: [PATCH] Update Front_Pic_Coords_Table.c Commented out Gen 8 --- src/Front_Pic_Coords_Table.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Front_Pic_Coords_Table.c b/src/Front_Pic_Coords_Table.c index 8e00e77..5a01bb6 100644 --- a/src/Front_Pic_Coords_Table.c +++ b/src/Front_Pic_Coords_Table.c @@ -5513,7 +5513,7 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] = .size = 0x0, .y_offset = 0x0, }, - [SPECIES_GROOKEY] = +/* [SPECIES_GROOKEY] = { .size = 0x0, .y_offset = 0x0, @@ -6298,4 +6298,5 @@ const struct MonCoords gMonFrontPicCoords[NUM_SPECIES] = .size = 0x0, .y_offset = 0x0, }, +*/ };