mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 06:34:45 -04:00
69 lines
1.5 KiB
C
69 lines
1.5 KiB
C
#ifndef RES_PM_H
|
|
#define RES_PM_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Pm.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PM {
|
|
/* BAS */
|
|
dRes_INDEX_PM_BAS_FIND_e=0x6,
|
|
dRes_INDEX_PM_BAS_TALK01_e=0x7,
|
|
dRes_INDEX_PM_BAS_WAIT01_e=0x8,
|
|
/* BCK */
|
|
dRes_INDEX_PM_BCK_FIND_e=0xB,
|
|
dRes_INDEX_PM_BCK_TALK01_e=0xC,
|
|
dRes_INDEX_PM_BCK_WAIT01_e=0xD,
|
|
/* BDLM */
|
|
dRes_INDEX_PM_BDL_PM_e=0x10,
|
|
/* BTP */
|
|
dRes_INDEX_PM_BTP_MABA01_e=0x13,
|
|
};
|
|
|
|
enum dRes_ID_PM {
|
|
/* BAS */
|
|
dRes_ID_PM_BAS_FIND_e=0x0,
|
|
dRes_ID_PM_BAS_TALK01_e=0x1,
|
|
dRes_ID_PM_BAS_WAIT01_e=0x2,
|
|
/* BCK */
|
|
dRes_ID_PM_BCK_FIND_e=0x3,
|
|
dRes_ID_PM_BCK_TALK01_e=0x4,
|
|
dRes_ID_PM_BCK_WAIT01_e=0x5,
|
|
/* BDLM */
|
|
dRes_ID_PM_BDL_PM_e=0x6,
|
|
/* BTP */
|
|
dRes_ID_PM_BTP_MABA01_e=0x7,
|
|
};
|
|
|
|
enum PM_JNT {
|
|
PM_JNT_WORLD_ROOT_e=0x0,
|
|
PM_JNT_BACKBONE_e=0x1,
|
|
PM_JNT_NECK_e=0x2,
|
|
PM_JNT_HEAD_e=0x3,
|
|
PM_JNT_HAIR1_e=0x4,
|
|
PM_JNT_HAIR2_e=0x5,
|
|
PM_JNT_HAIR3_e=0x6,
|
|
PM_JNT_MOMIL_e=0x7,
|
|
PM_JNT_MOMIR_e=0x8,
|
|
PM_JNT_SHOULDERL_e=0x9,
|
|
PM_JNT_ARML1_e=0xA,
|
|
PM_JNT_ARML2_e=0xB,
|
|
PM_JNT_HANDL_e=0xC,
|
|
PM_JNT_BAG2_e=0xD,
|
|
PM_JNT_SHOULDERR_e=0xE,
|
|
PM_JNT_ARMR1_e=0xF,
|
|
PM_JNT_ARMR2_e=0x10,
|
|
PM_JNT_HANDR_e=0x11,
|
|
PM_JNT_WAIST_e=0x12,
|
|
PM_JNT_LEGL1_e=0x13,
|
|
PM_JNT_LEGL2_e=0x14,
|
|
PM_JNT_FOOTL_e=0x15,
|
|
PM_JNT_LEGR1_e=0x16,
|
|
PM_JNT_LEGR2_e=0x17,
|
|
PM_JNT_FOOTR_e=0x18,
|
|
PM_JNT_WAISTEND_e=0x19,
|
|
};
|
|
|
|
#endif /* RES_PM_H */
|