mirror of https://github.com/zeldaret/tp.git
75 lines
1.8 KiB
C
75 lines
1.8 KiB
C
#ifndef RES_MIDP_H
|
|
#define RES_MIDP_H
|
|
|
|
enum dRes_INDEX_MIDP {
|
|
/* BCK */
|
|
dRes_INDEX_MIDP_BCK_MIDP_WAIT_A_e=0x6,
|
|
/* BMDR */
|
|
dRes_INDEX_MIDP_BMD_MIDP_e=0x9,
|
|
/* BTK */
|
|
dRes_INDEX_MIDP_BTK_MIDP_e=0xC,
|
|
/* BTP */
|
|
dRes_INDEX_MIDP_BTP_MIDP_e=0xF,
|
|
};
|
|
|
|
enum dRes_ID_MIDP {
|
|
/* BCK */
|
|
dRes_ID_MIDP_BCK_MIDP_WAIT_A_e=0x6,
|
|
/* BMDR */
|
|
dRes_ID_MIDP_BMD_MIDP_e=0x9,
|
|
/* BTK */
|
|
dRes_ID_MIDP_BTK_MIDP_e=0xC,
|
|
/* BTP */
|
|
dRes_ID_MIDP_BTP_MIDP_e=0xF,
|
|
};
|
|
|
|
enum MIDP_JNT {
|
|
MIDP_JNT_CENTER_e=0x0,
|
|
MIDP_JNT_BACKBONE1_e=0x1,
|
|
MIDP_JNT_BACKBONE2_e=0x2,
|
|
MIDP_JNT_NECK_e=0x3,
|
|
MIDP_JNT_HEAD_e=0x4,
|
|
MIDP_JNT_CHIN_e=0x5,
|
|
MIDP_JNT_MAYUL_e=0x6,
|
|
MIDP_JNT_MAYUR_e=0x7,
|
|
MIDP_JNT_MOUTH_e=0x8,
|
|
MIDP_JNT_SHOULDERL_e=0x9,
|
|
MIDP_JNT_ARML1_e=0xA,
|
|
MIDP_JNT_ARML2_e=0xB,
|
|
MIDP_JNT_HANDL_e=0xC,
|
|
MIDP_JNT_FINGERL1_e=0xD,
|
|
MIDP_JNT_FINGERL2_e=0xE,
|
|
MIDP_JNT_THAMBL_e=0xF,
|
|
MIDP_JNT_MANTL1_e=0x10,
|
|
MIDP_JNT_MANTL2_e=0x11,
|
|
MIDP_JNT_MANT_ANIMEL1_e=0x12,
|
|
MIDP_JNT_SHOULDERR_e=0x13,
|
|
MIDP_JNT_ARMR1_e=0x14,
|
|
MIDP_JNT_ARMR2_e=0x15,
|
|
MIDP_JNT_HANDR_e=0x16,
|
|
MIDP_JNT_FINGERR1_e=0x17,
|
|
MIDP_JNT_FINGERR2_e=0x18,
|
|
MIDP_JNT_THAMBR_e=0x19,
|
|
MIDP_JNT_MANTR1_e=0x1A,
|
|
MIDP_JNT_MANTR2_e=0x1B,
|
|
MIDP_JNT_MANT_ANIMER1_e=0x1C,
|
|
MIDP_JNT_WAIST_e=0x1D,
|
|
MIDP_JNT_LEGL1_e=0x1E,
|
|
MIDP_JNT_LEGL2_e=0x1F,
|
|
MIDP_JNT_FOOTL_e=0x20,
|
|
MIDP_JNT_TOEL_e=0x21,
|
|
MIDP_JNT_LEGR1_e=0x22,
|
|
MIDP_JNT_LEGR2_e=0x23,
|
|
MIDP_JNT_FOOTR_e=0x24,
|
|
MIDP_JNT_TOER_e=0x25,
|
|
MIDP_JNT_MANTC1_e=0x26,
|
|
MIDP_JNT_MANTC2_e=0x27,
|
|
MIDP_JNT_MANT_ANIMEL2_e=0x28,
|
|
MIDP_JNT_MANT_ANIMER2_e=0x29,
|
|
MIDP_JNT_SKIRTB1_e=0x2A,
|
|
MIDP_JNT_SKIRTB2_e=0x2B,
|
|
MIDP_JNT_SKIRTF1_e=0x2C,
|
|
MIDP_JNT_SKIRTF2_e=0x2D,
|
|
};
|
|
|
|
#endif /* !RES_MIDP_H */ |