diff --git a/src/data/pokemon_graphics/back_pic_coordinates.h b/src/data/pokemon_graphics/back_pic_coordinates.h index cb38bf48be..44fac4b43f 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 aab50769d6..2c0c798b80 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, }, };