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

19 lines
575 B
Plaintext

/********************************************************************************
RCP_HmsYellowBall
[ Dec 6, 1995 ]
*********************************************************************************/
extern Gfx RCP_yellowball[];
/********************************************************************************/
/* Hierarchy map data. */
/********************************************************************************/
Hierarchy RCP_HmsYellowBall[] = {
hmsGroup()
hmsBegin()
hmsGfx(RM_SPRITE, RCP_yellowball)
hmsEnd()
hmsExit()
};