I was trying to use the card.h header CARDSetIconAnim macro and it seems to be using an undefined CARD_STAT_ANIM_MASK
browsing another project I found these
#define CARD_STAT_ANIM_LOOP 0x00
#define CARD_STAT_ANIM_BOUNCE 0x04
#define CARD_STAT_ANIM_MASK 0x04
Is there a reason these seem to be missing here?