summaryrefslogtreecommitdiff
path: root/assets/GZ2P01/res/Object/midP.h
blob: c723d0b5ba98ad4559f18019a7eb16166c8e3413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#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 */