From 365e550f1dfbf00c9483e132f54157154910fc55 Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Thu, 27 Aug 2020 03:53:03 -0400 Subject: [PATCH] Fix Hoopa Back Sprite Coordinates (#481) was 1 pixel too high, causing a gap between the sprite and the textbox --- src/data/pokemon_graphics/back_pic_coordinates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/pokemon_graphics/back_pic_coordinates.h b/src/data/pokemon_graphics/back_pic_coordinates.h index 0eccedc0f..a65da06af 100644 --- a/src/data/pokemon_graphics/back_pic_coordinates.h +++ b/src/data/pokemon_graphics/back_pic_coordinates.h @@ -3598,7 +3598,7 @@ const struct MonCoords gMonBackPicCoords[] = [SPECIES_HOOPA] = { .size = 0x87, - .y_offset = 7, + .y_offset = 8, }, [SPECIES_VOLCANION] = {