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