sm64/shape/keep/OLD/etc/coin.hms
2022-12-04 22:27:02 -05:00

32 lines
931 B
Plaintext

/********************************************************************************
RCP_HmsItemCoin
[ June 16, 1995 ]
********************************************************************************/
extern Gfx RCP_coin1[];
extern Gfx RCP_coin2[];
extern Gfx RCP_coin3[];
extern Gfx RCP_coin4[];
/********************************************************************************/
/* Hierarchy map data. */
/********************************************************************************/
Hierarchy RCP_HmsItemCoin[] = {
hmsShadow(80, 200, 1)
hmsBegin()
hmsSelect(8, ControlShapeAnime)
hmsBegin()
hmsGfx(RM_SPRITE, RCP_coin1)
hmsGfx(RM_SPRITE, RCP_coin1)
hmsGfx(RM_SPRITE, RCP_coin2)
hmsGfx(RM_SPRITE, RCP_coin2)
hmsGfx(RM_SPRITE, RCP_coin3)
hmsGfx(RM_SPRITE, RCP_coin3)
hmsGfx(RM_SPRITE, RCP_coin4)
hmsGfx(RM_SPRITE, RCP_coin4)
hmsEnd()
hmsEnd()
hmsExit()
};