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

19 lines
570 B
Plaintext

/********************************************************************************
RCP_HmsDosun
[ Oct 23, 1995 ]
*********************************************************************************/
extern Gfx gfx_dosun[];
/********************************************************************************/
/* Hierarchy map data of Dosun. */
/********************************************************************************/
Hierarchy RCP_HmsDosun[] = {
hmsShadow(300, 155, 1)
hmsBegin()
hmsGfx(RM_SURF, gfx_dosun)
hmsEnd()
hmsExit()
};