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

28 lines
756 B
Plaintext

/********************************************************************************
RCP_HmsEnemyTeresa
[ Sept 22, 1995 ]
*********************************************************************************/
extern Gfx gfx_teresa[];
/********************************************************************************/
/* Hierarchy map data of teresa. */
/********************************************************************************/
Hierarchy RCP_HmsEnemyTeresa[] = {
hmsShadow(70, 150, 1)
hmsBegin()
hmsScale(0.4f)
hmsBegin()
hmsCProg(0, AlphaControl)
hmsSelect(2, ControlShapeAnime)
hmsBegin()
hmsGfx(RM_SURF ,gfx_teresa)
hmsGfx(RM_XSURF,gfx_teresa)
hmsEnd()
hmsEnd()
hmsEnd()
hmsEnd()
hmsExit()
};