sm64/map/select/selectShape/button.hms
2022-12-04 22:27:02 -05:00

88 lines
1.8 KiB
Plaintext

/********************************************************************************
RCP_GfxButton
[ June 16, 1995 ]
********************************************************************************/
extern Gfx gfx_aka_button[];
extern Gfx gfx_ao_button[];
extern Gfx gfx_ki_button[];
extern Gfx gfx_midori_button[];
extern Gfx gfx_momo_button[];
extern Gfx gfx_base_button[];
/********************************************************************************/
/* Hierarchy map data. */
/********************************************************************************/
Hierarchy RCP_Hms_aka_Button[] = {
hmsGroup()
hmsBegin()
hmsScale(8.f)
hmsBegin()
hmsGfx(RM_SURF, gfx_aka_button)
hmsEnd()
hmsEnd()
hmsExit()
};
Hierarchy RCP_Hms_ao_Button[] = {
hmsGroup()
hmsBegin()
hmsScale(8.f)
hmsBegin()
hmsGfx(RM_SURF, gfx_ao_button)
hmsEnd()
hmsEnd()
hmsExit()
};
Hierarchy RCP_Hms_ki_Button[] = {
hmsGroup()
hmsBegin()
hmsScale(8.f)
hmsBegin()
hmsGfx(RM_SURF, gfx_ki_button)
hmsEnd()
hmsEnd()
hmsExit()
};
Hierarchy RCP_Hms_midori_Button[] = {
hmsGroup()
hmsBegin()
hmsScale(8.f)
hmsBegin()
hmsGfx(RM_SURF, gfx_midori_button)
hmsEnd()
hmsEnd()
hmsExit()
};
Hierarchy RCP_Hms_momo_Button[] = {
hmsGroup()
hmsBegin()
hmsScale(8.f)
hmsBegin()
hmsGfx(RM_SURF, gfx_momo_button)
hmsEnd()
hmsEnd()
hmsExit()
};
Hierarchy RCP_Hms_base_Button[] = {
hmsGroup()
hmsBegin()
hmsScale(8.f)
hmsBegin()
hmsGfx(RM_SURF, gfx_base_button)
hmsEnd()
hmsEnd()
hmsExit()
};