
/**************************************************************************************************
		Hierarchy map data of Button.
***************************************************************************************************/
extern Gfx gfx_Sel1_mario_button[];
extern Gfx gfx_Sel1_new_button[];
extern Gfx gfx_Sel2_tex_button[];
extern Gfx gfx_Sel2_poly_button[];

/***************************************************************************************************/

Hierarchy RCP_Hms_MarioTEX_Bu[] = {
    hmsGroup()
    hmsBegin()
		hmsScale(8.f)
	    hmsBegin()
    	    hmsGfx(RM_SURF  , gfx_Sel1_mario_button)
    	    hmsGfx(RM_SURF  , gfx_Sel2_tex_button)
        hmsEnd()
    hmsEnd()
    hmsExit()
};


Hierarchy RCP_Hms_MarioNO_Bu[] = {
    hmsGroup()
    hmsBegin()
		hmsScale(8.f)
	    hmsBegin()
    	    hmsGfx(RM_SURF  , gfx_Sel1_mario_button)
    	    hmsGfx(RM_SURF  , gfx_Sel2_poly_button)
        hmsEnd()
    hmsEnd()
    hmsExit()
};

Hierarchy RCP_Hms_NewTEX_Bu[] = {
    hmsGroup()
    hmsBegin()
		hmsScale(8.f)
	    hmsBegin()
    	    hmsGfx(RM_SURF  , gfx_Sel1_new_button)
    	    hmsGfx(RM_SURF  , gfx_Sel2_tex_button)
        hmsEnd()
    hmsEnd()
    hmsExit()
};

Hierarchy RCP_Hms_NewNO_Bu[] = {
    hmsGroup()
    hmsBegin()
		hmsScale(8.f)
	    hmsBegin()
    	    hmsGfx(RM_SURF  , gfx_Sel1_new_button)
    	    hmsGfx(RM_SURF  , gfx_Sel2_poly_button)
        hmsEnd()
    hmsEnd()
    hmsExit()
};


/*-----------------------------------------------------------------------------------------------*/



