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

19 lines
585 B
Plaintext

/********************************************************************************
RCP_HmsCannonBase
[ Oct 23, 1995 ]
*********************************************************************************/
extern Gfx gfx_cannon_base[];
/********************************************************************************/
/* Hierarchy map data of CannonBase. */
/********************************************************************************/
Hierarchy RCP_HmsCannonBase[] = {
hmsGroup()
hmsBegin()
hmsGfx(RM_SURF, gfx_cannon_base)
hmsEnd()
hmsExit()
};