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

61 lines
2.1 KiB
Plaintext

/**************************************************************/
/* shape data ping_base (skeleton & animation) */
/**************************************************************/
extern Gfx RCP_ping_base0[];
extern Gfx RCP_ping_base1[];
extern Gfx RCP_ping_base2[];
extern Gfx RCP_ping_base3[];
extern Gfx RCP_ping_base4[];
extern Gfx RCP_ping_base5[];
extern Gfx RCP_ping_head_eye1[];
extern Gfx RCP_ping_head_eye2[];
extern Gfx RCP_ping_head_eye3[];
extern Gfx RCP_ping_head_eye4[];
extern Gfx RCP_ping_head_eye5[];
/*-------------------------------------------------------------*/
/* Hms data */
/*-------------------------------------------------------------*/
Hierarchy RCP_HmsEnemyping_base[] = {
hmsShadow(50, 155, 1)
hmsBegin()
hmsScale(0.25f)
hmsBegin()
hmsJoint(RM_SURF,RCP_ping_base5,0,0,40) /* ping_body1_2(10) */
hmsBegin()
hmsJoint(RM_SURF,NULL,-51,84,-13) /* chn21_2(9) */
hmsBegin()
hmsJoint(RM_SURF,RCP_ping_base0,0,0,0) /* ping_Rhand1_2(0) */
hmsEnd()
hmsJoint(RM_SURF,NULL,51,84,-13) /* chn19_2(8) */
hmsBegin()
hmsJoint(RM_SURF,RCP_ping_base1,0,0,0) /* ping_Lhand1_2(1) */
hmsEnd()
hmsJoint(RM_SURF,NULL,-38,-54,-13) /* chn24_2(7) */
hmsBegin()
hmsJoint(RM_SURF,RCP_ping_base2,0,0,0) /* ping_Rfoot1_2(2) */
hmsEnd()
hmsJoint(RM_SURF,NULL,38,-54,-13) /* chn22_2(6) */
hmsBegin()
hmsJoint(RM_SURF,RCP_ping_base3,0,0,0) /* ping_Lfoot1_2(3) */
hmsEnd()
hmsJoint(RM_SURF,NULL,0,111,-19) /* chn18_2(5) */
hmsBegin()
hmsSelect(5, CtrlPingEye)
hmsBegin()
hmsJoint(RM_SURF,RCP_ping_head_eye1,0,0,0) /* ping_head1_2(4) */
hmsJoint(RM_SURF,RCP_ping_head_eye2,0,0,0) /* ping_head1_2(4) */
hmsJoint(RM_SURF,RCP_ping_head_eye3,0,0,0) /* ping_head1_2(4) */
hmsJoint(RM_SURF,RCP_ping_head_eye4,0,0,0) /* ping_head1_2(4) */
hmsJoint(RM_SURF,RCP_ping_head_eye5,0,0,0) /* ping_head1_2(4) */
hmsEnd()
hmsEnd()
hmsEnd()
hmsEnd()
hmsEnd()
hmsExit()
};