Multiple sprite updates (#4541)
* Updated Mega Mewtwo Y sprite to fix transparent eye pixel * Updated Keldeo Resolute sprite to a two framed animation * Updated Keldeo Resolute sprite to increase definition to facial features * Improved Keldeo Resolutes second frame to match BW2 original & changed front animation * Added Meloetta Pirouette front anim * Updated Meloetta Pirouette anim frame to a dip
This commit is contained in:
parent
56cee80fbf
commit
b66738ff8d
7 changed files with 4 additions and 4 deletions
BIN
graphics/pokemon/keldeo/resolute/anim_front.png
Normal file
BIN
graphics/pokemon/keldeo/resolute/anim_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 836 B |
BIN
graphics/pokemon/meloetta/pirouette/anim_front.png
Normal file
BIN
graphics/pokemon/meloetta/pirouette/anim_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 693 B |
Binary file not shown.
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 831 B |
|
@ -8452,7 +8452,7 @@ const u8 gMonFootprint_QuestionMark[] = INCBIN_U8("graphics/pokemon/question_mar
|
|||
const u8 gMonFootprint_Keldeo[] = INCBIN_U8("graphics/pokemon/keldeo/footprint.1bpp");
|
||||
#endif //P_FOOTPRINTS
|
||||
|
||||
const u32 gMonFrontPic_KeldeoResolute[] = INCBIN_U32("graphics/pokemon/keldeo/resolute/front.4bpp.lz");
|
||||
const u32 gMonFrontPic_KeldeoResolute[] = INCBIN_U32("graphics/pokemon/keldeo/resolute/anim_front.4bpp.lz");
|
||||
const u32 gMonPalette_KeldeoResolute[] = INCBIN_U32("graphics/pokemon/keldeo/resolute/normal.gbapal.lz");
|
||||
const u32 gMonBackPic_KeldeoResolute[] = INCBIN_U32("graphics/pokemon/keldeo/resolute/back.4bpp.lz");
|
||||
const u32 gMonShinyPalette_KeldeoResolute[] = INCBIN_U32("graphics/pokemon/keldeo/resolute/shiny.gbapal.lz");
|
||||
|
@ -8469,7 +8469,7 @@ const u8 gMonFootprint_QuestionMark[] = INCBIN_U8("graphics/pokemon/question_mar
|
|||
const u8 gMonFootprint_Meloetta[] = INCBIN_U8("graphics/pokemon/meloetta/footprint.1bpp");
|
||||
#endif //P_FOOTPRINTS
|
||||
|
||||
const u32 gMonFrontPic_MeloettaPirouette[] = INCBIN_U32("graphics/pokemon/meloetta/pirouette/front.4bpp.lz");
|
||||
const u32 gMonFrontPic_MeloettaPirouette[] = INCBIN_U32("graphics/pokemon/meloetta/pirouette/anim_front.4bpp.lz");
|
||||
const u32 gMonPalette_MeloettaPirouette[] = INCBIN_U32("graphics/pokemon/meloetta/pirouette/normal.gbapal.lz");
|
||||
const u32 gMonBackPic_MeloettaPirouette[] = INCBIN_U32("graphics/pokemon/meloetta/pirouette/back.4bpp.lz");
|
||||
const u32 gMonShinyPalette_MeloettaPirouette[] = INCBIN_U32("graphics/pokemon/meloetta/pirouette/shiny.gbapal.lz");
|
||||
|
|
|
@ -10200,7 +10200,7 @@ const struct SpeciesInfo gSpeciesInfoGen5[] =
|
|||
.frontPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.frontPicYOffset = 2,
|
||||
.frontAnimFrames = sAnims_KeldeoResolute,
|
||||
.frontAnimId = ANIM_V_STRETCH,
|
||||
.frontAnimId = ANIM_V_JUMPS_H_JUMPS,
|
||||
.backPic = gMonBackPic_KeldeoResolute,
|
||||
.backPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.backPicYOffset = 3,
|
||||
|
@ -10319,7 +10319,7 @@ const struct SpeciesInfo gSpeciesInfoGen5[] =
|
|||
.trainerScale = 256,
|
||||
.trainerOffset = 0,
|
||||
.frontPic = gMonFrontPic_MeloettaPirouette,
|
||||
.frontPicSize = MON_COORDS_SIZE(40, 64),
|
||||
.frontPicSize = MON_COORDS_SIZE(64, 64),
|
||||
.frontPicYOffset = 2,
|
||||
.frontAnimFrames = sAnims_MeloettaPirouette,
|
||||
.frontAnimId = ANIM_H_SLIDE_SLOW,
|
||||
|
|
Loading…
Reference in a new issue