/********************************************************************************
		RCP_HmsBalloonEye
														[ Oct 13, 1995 ]
 ********************************************************************************/

extern Gfx  RCP_ballooneye1[];
extern Gfx  RCP_ballooneye2[];
extern Gfx  RCP_ballooneye3[];
extern Gfx  RCP_ballooneye4[];


/********************************************************************************/
/*	Hierarchy map data.															*/
/********************************************************************************/
Hierarchy RCP_HmsBalloonEye[] = { 
	hmsGroup()
	hmsBegin()
		hmsSelect(20, ControlShapeAnime)
		hmsBegin()
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye2)
			hmsGfx(RM_SPRITE, RCP_ballooneye3)
			hmsGfx(RM_SPRITE, RCP_ballooneye4)
			hmsGfx(RM_SPRITE, RCP_ballooneye3)

			hmsGfx(RM_SPRITE, RCP_ballooneye2)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye2)

			hmsGfx(RM_SPRITE, RCP_ballooneye3)
			hmsGfx(RM_SPRITE, RCP_ballooneye4)
			hmsGfx(RM_SPRITE, RCP_ballooneye3)
			hmsGfx(RM_SPRITE, RCP_ballooneye2)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)

			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
			hmsGfx(RM_SPRITE, RCP_ballooneye1)
		hmsEnd()
	hmsEnd()
  	hmsExit()
};
