New Lurantis animation (#6725)
This commit is contained in:
parent
8fc62f293d
commit
b451bc3606
BIN
graphics/pokemon/lurantis/anim_front.png
Normal file
BIN
graphics/pokemon/lurantis/anim_front.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 790 B |
@ -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");
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user