New Lurantis animation (#6725)

This commit is contained in:
Cafe 2025-04-30 14:45:29 +04:00 committed by GitHub
parent 8fc62f293d
commit b451bc3606
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 B

View File

@ -21436,7 +21436,7 @@ const u32 gObjectEventPic_Substitute[] = INCBIN_COMP("graphics/pokemon/question_
#endif //OW_PKMN_OBJECTS_SHARE_PALETTES
#endif //OW_POKEMON_OBJECT_EVENTS
const u32 gMonFrontPic_Lurantis[] = INCBIN_U32("graphics/pokemon/lurantis/front.4bpp.lz");
const u32 gMonFrontPic_Lurantis[] = INCBIN_U32("graphics/pokemon/lurantis/anim_front.4bpp.lz");
const u32 gMonPalette_Lurantis[] = INCBIN_U32("graphics/pokemon/lurantis/normal.gbapal.lz");
const u32 gMonBackPic_Lurantis[] = INCBIN_U32("graphics/pokemon/lurantis/back.4bpp.lz");
const u32 gMonShinyPalette_Lurantis[] = INCBIN_U32("graphics/pokemon/lurantis/shiny.gbapal.lz");

View File

@ -2943,7 +2943,11 @@ const struct SpeciesInfo gSpeciesInfoGen7[] =
.frontPic = gMonFrontPic_Lurantis,
.frontPicSize = MON_COORDS_SIZE(48, 64),
.frontPicYOffset = 2,
.frontAnimFrames = sAnims_SingleFramePlaceHolder,
.frontAnimFrames = ANIM_FRAMES(
ANIMCMD_FRAME(0, 5),
ANIMCMD_FRAME(1, 35),
ANIMCMD_FRAME(0, 1),
),
.frontAnimId = ANIM_GROW_VIBRATE,
.backPic = gMonBackPic_Lurantis,
.backPicSize = MON_COORDS_SIZE(56, 64),