From 9365f4d7589e7acb449906511f930d2cf846cda1 Mon Sep 17 00:00:00 2001 From: Fontbane <36677462+Fontbane@users.noreply.github.com> Date: Tue, 2 Jun 2020 17:35:20 -0400 Subject: [PATCH] Fix Alola Form back coordinates Meowth, Persian, Geodude, Golem, and Grimer were 1-2 pixels too high. --- src/data/pokemon_graphics/back_pic_coordinates.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/pokemon_graphics/back_pic_coordinates.h b/src/data/pokemon_graphics/back_pic_coordinates.h index 46fb9b273..f92edadde 100644 --- a/src/data/pokemon_graphics/back_pic_coordinates.h +++ b/src/data/pokemon_graphics/back_pic_coordinates.h @@ -4481,17 +4481,17 @@ const struct MonCoords gMonBackPicCoords[] = [SPECIES_ALOLAN_MEOWTH] = { .size = 0x65, - .y_offset = 0x6, + .y_offset = 0x7, }, [SPECIES_ALOLAN_PERSIAN] = { .size = 0x87, - .y_offset = 0x7, + .y_offset = 0x8, }, [SPECIES_ALOLAN_GEODUDE] = { .size = 0x66, - .y_offset = 0xb, + .y_offset = 0xd, }, [SPECIES_ALOLAN_GRAVELER] = { @@ -4501,12 +4501,12 @@ const struct MonCoords gMonBackPicCoords[] = [SPECIES_ALOLAN_GOLEM] = { .size = 0x84, - .y_offset = 0xb, + .y_offset = 0xd, }, [SPECIES_ALOLAN_GRIMER] = { .size = 0x75, - .y_offset = 0xd, + .y_offset = 0xe, }, [SPECIES_ALOLAN_MUK] = {