/********************************************************************************
	RCP_HmsStarFlash
															[ Jun 12, 1996 ]
 ********************************************************************************/


extern Gfx RCP_star_flash_01[];
extern Gfx RCP_star_flash_02[];
extern Gfx RCP_star_flash_03[];
extern Gfx RCP_star_flash_04[];
extern Gfx RCP_star_flash_05[];


/*********************************************************************************
    : Hierarchy map data of StarFlash.
**********************************************************************************/
Hierarchy RCP_HmsStarFlash[] = {
    hmsSelect(9, ControlShapeAnime)
    hmsBegin()
        hmsGfx(RM_XSURF, RCP_star_flash_01)
        hmsGfx(RM_XSURF, RCP_star_flash_02)
        hmsGfx(RM_XSURF, RCP_star_flash_03)
        hmsGfx(RM_XSURF, RCP_star_flash_04)
        hmsGfx(RM_XSURF, RCP_star_flash_05)
        hmsGfx(RM_XSURF, RCP_star_flash_04)
        hmsGfx(RM_XSURF, RCP_star_flash_03)
        hmsGfx(RM_XSURF, RCP_star_flash_02)
        hmsGfx(RM_XSURF, RCP_star_flash_01)
    hmsEnd()
    hmsExit()
};

