summaryrefslogtreecommitdiff
path: root/assets/D44J01/res/Object/Km.h
blob: c74b6750d861b65022df70d8ed5dd9422f852174 (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
#ifndef RES_KM_H
#define RES_KM_H

//
// Generated by res_arc.py from archive: Km.arc
// Do not manually modify this file or your changes will be overwritten.
//

enum dRes_INDEX_KM {
    /* BAS  */
    dRes_INDEX_KM_BAS_KM_WAIT01_e=0x6,
    /* BCK  */
    dRes_INDEX_KM_BCK_KM_WAIT01_e=0x9,
    /* BDLM */
    dRes_INDEX_KM_BDL_KM_e=0xC,
    /* BTP  */
    dRes_INDEX_KM_BTP_MABA_e=0xF,
};

enum dRes_ID_KM {
    /* BAS  */
    dRes_ID_KM_BAS_KM_WAIT01_e=0x0,
    /* BCK  */
    dRes_ID_KM_BCK_KM_WAIT01_e=0x1,
    /* BDLM */
    dRes_ID_KM_BDL_KM_e=0x2,
    /* BTP  */
    dRes_ID_KM_BTP_MABA_e=0x3,
};

enum KM_JNT {
    KM_JNT_CENTER_e=0x0,
    KM_JNT_BACKBONE_e=0x1,
    KM_JNT_NECK_e=0x2,
    KM_JNT_HEAD_e=0x3,
    KM_JNT_SIDEHAIRL_e=0x4,
    KM_JNT_SIDEHAIRR_e=0x5,
    KM_JNT_SHOULDERL_e=0x6,
    KM_JNT_ARML1_e=0x7,
    KM_JNT_ARML2_e=0x8,
    KM_JNT_HANDL_e=0x9,
    KM_JNT_SHOULDERR_e=0xA,
    KM_JNT_ARMR1_e=0xB,
    KM_JNT_ARNR2_e=0xC,
    KM_JNT_HANDR_e=0xD,
    KM_JNT_WAIST_e=0xE,
    KM_JNT_LEG1_e=0xF,
    KM_JNT_LEG2_e=0x10,
    KM_JNT_FOOT_e=0x11,
    KM_JNT_TRAIN1_e=0x12,
    KM_JNT_TRAIN2_e=0x13,
};

#endif /* RES_KM_H */