sm64/shape/keep/OLD/etc/treasurebox.hms
2022-12-04 22:27:02 -05:00

31 lines
863 B
Plaintext

/***************************************************************************************************
****************************************************************************************************/
extern Gfx gfx_t_boxA[];
extern Gfx gfx_t_boxB[];
/* ================================================================================
: t_boxA Hms data.
=================================================================================== */
Hierarchy RCP_HmsT_BoxA[] = {
hmsGroup()
hmsBegin()
hmsGfx(RM_SURF, gfx_t_boxA)
hmsEnd()
hmsExit()
};
/* ================================================================================
: t_boxA Hms data.
=================================================================================== */
Hierarchy RCP_HmsT_BoxB[] = {
hmsGroup()
hmsBegin()
hmsGfx(RM_SURF, gfx_t_boxB)
hmsEnd()
hmsExit()
};