From 287838cd580b99a9a9db44e92a002481439c2d69 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sun, 9 Aug 2020 20:59:22 -0300 Subject: [PATCH] Updated the Deoxys Forms' battle sprites' Y coords --- src/data/pokemon_graphics/back_pic_coordinates.h | 6 +++--- src/data/pokemon_graphics/front_pic_coordinates.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/data/pokemon_graphics/back_pic_coordinates.h b/src/data/pokemon_graphics/back_pic_coordinates.h index cb38bf48b..44fac4b43 100644 --- a/src/data/pokemon_graphics/back_pic_coordinates.h +++ b/src/data/pokemon_graphics/back_pic_coordinates.h @@ -4627,16 +4627,16 @@ const struct MonCoords gMonBackPicCoords[] = [SPECIES_DEOXYS_ATTACK] = { .size = 0x87, - .y_offset = 0x6 + .y_offset = 6, }, [SPECIES_DEOXYS_DEFENSE] = { .size = 0x87, - .y_offset = 0x9 + .y_offset = 9, }, [SPECIES_DEOXYS_SPEED] = { .size = 0x87, - .y_offset = 0x6 + .y_offset = 6, }, }; diff --git a/src/data/pokemon_graphics/front_pic_coordinates.h b/src/data/pokemon_graphics/front_pic_coordinates.h index aab50769d..2c0c798b8 100644 --- a/src/data/pokemon_graphics/front_pic_coordinates.h +++ b/src/data/pokemon_graphics/front_pic_coordinates.h @@ -4627,16 +4627,16 @@ const struct MonCoords gMonFrontPicCoords[] = [SPECIES_DEOXYS_ATTACK] = { .size = 0x88, - .y_offset = 0x0, + .y_offset = 0, }, [SPECIES_DEOXYS_DEFENSE] = { .size = 0x88, - .y_offset = 0x0, + .y_offset = 0, }, [SPECIES_DEOXYS_SPEED] = { .size = 0x88, - .y_offset = 0x0, + .y_offset = 0, }, };