Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
psytp2 committed Jul 29, 2024
2 parents 29f793c + 7422051 commit ce0cf41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/battle_anim.h
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,9 @@ const struct CompressedSpriteSheet gBattleAnimPicTable[] =
{gBattleAnimSpriteGfx_SyrupSplat, 0x400, ANIM_TAG_SYRUP_SPLAT_RED},
{gBattleAnimSpriteGfx_SyrupSplat, 0x400, ANIM_TAG_SYRUP_SPLAT_YELLOW},
{gBattleAnimSpriteGfx_IvyCudgel, 0x800, ANIM_TAG_IVY_CUDGEL_GRASS},
{NULL, 0x0, ANIM_TAG_IVY_CUDGEL_FIRE},
{NULL, 0x0, ANIM_TAG_IVY_CUDGEL_ROCK},
{NULL, 0x0, ANIM_TAG_IVY_CUDGEL_WATER},
};

const struct CompressedSpritePalette gBattleAnimPaletteTable[] =
Expand Down

0 comments on commit ce0cf41

Please sign in to comment.