#include <revolution/card.h>
#define CARDSetIconFormat(stat, n, f) \ ((stat)->iconFormat = \ (u16) (((stat)->iconFormat & ~(CARD_STAT_ICON_MASK << (2 * (n)))) | ((f) << (2 * (n)))))
|
Pointer to a CARDStat structure. |
|
Sequence number of the icon animation. |
|
Icon format. CARD_STAT_ICON_RGB5A or CARD_STAT_ICON_C8. C8 and RGB5A can be intermixed in the animation; however, C8 must share the same CLUT. |
None.
Sets the Memory Card icon format to the CARDStat structure.
Note: This function is provided for debugging. Do not use in programs.
03/01/2006 Initial version.