mirror of https://github.com/zeldaret/tp.git
104 lines
3.3 KiB
C
104 lines
3.3 KiB
C
#ifndef RES_STABLOCK_H
|
|
#define RES_STABLOCK_H
|
|
|
|
enum dRes_INDEX_STABLOCK {
|
|
/* BCK */
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK00_e=0x4,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK01_e=0x5,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK02_e=0x6,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK03_e=0x7,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK04_e=0x8,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK05_e=0x9,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK06_e=0xA,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK07_e=0xB,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK08_e=0xC,
|
|
dRes_INDEX_STABLOCK_BCK_M_STAIRBLOCK09_e=0xD,
|
|
/* BMDR */
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK00_e=0x10,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK01_e=0x11,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK02_e=0x12,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK03_e=0x13,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK04_e=0x14,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK05_e=0x15,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK06_e=0x16,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK07_e=0x17,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK08_e=0x18,
|
|
dRes_INDEX_STABLOCK_BMD_M_STAIRBLOCK09_e=0x19,
|
|
};
|
|
|
|
enum dRes_ID_STABLOCK {
|
|
/* BCK */
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK00_e=0x4,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK01_e=0x5,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK02_e=0x6,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK03_e=0x7,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK04_e=0x8,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK05_e=0x9,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK06_e=0xA,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK07_e=0xB,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK08_e=0xC,
|
|
dRes_ID_STABLOCK_BCK_M_STAIRBLOCK09_e=0xD,
|
|
/* BMDR */
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK00_e=0x10,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK01_e=0x11,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK02_e=0x12,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK03_e=0x13,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK04_e=0x14,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK05_e=0x15,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK06_e=0x16,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK07_e=0x17,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK08_e=0x18,
|
|
dRes_ID_STABLOCK_BMD_M_STAIRBLOCK09_e=0x19,
|
|
};
|
|
|
|
enum M_STAIRBLOCK00_JNT {
|
|
M_STAIRBLOCK00_JNT_M_STAIRBLOCK00_e=0x0,
|
|
M_STAIRBLOCK00_JNT_M_STAIRBLOCK_00_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK01_JNT {
|
|
M_STAIRBLOCK01_JNT_M_STAIRBLOCK01_e=0x0,
|
|
M_STAIRBLOCK01_JNT_M_STAIRBLOCK_01_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK02_JNT {
|
|
M_STAIRBLOCK02_JNT_M_STAIRBLOCK02_e=0x0,
|
|
M_STAIRBLOCK02_JNT_M_STAIRBLOCK_02_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK03_JNT {
|
|
M_STAIRBLOCK03_JNT_M_STAIRBLOCK03_e=0x0,
|
|
M_STAIRBLOCK03_JNT_M_STAIRBLOCK_03_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK04_JNT {
|
|
M_STAIRBLOCK04_JNT_M_STAIRBLOCK04_e=0x0,
|
|
M_STAIRBLOCK04_JNT_M_STAIRBLOCK_04_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK05_JNT {
|
|
M_STAIRBLOCK05_JNT_M_STAIRBLOCK05_e=0x0,
|
|
M_STAIRBLOCK05_JNT_M_STAIRBLOCK_05_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK06_JNT {
|
|
M_STAIRBLOCK06_JNT_M_STAIRBLOCK06_e=0x0,
|
|
M_STAIRBLOCK06_JNT_M_STAIRBLOCK_06_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK07_JNT {
|
|
M_STAIRBLOCK07_JNT_M_STAIRBLOCK07_e=0x0,
|
|
M_STAIRBLOCK07_JNT_M_STAIRBLOCK_07_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK08_JNT {
|
|
M_STAIRBLOCK08_JNT_M_STAIRBLOCK08_e=0x0,
|
|
M_STAIRBLOCK08_JNT_M_STAIRBLOCK_08_e=0x1,
|
|
};
|
|
|
|
enum M_STAIRBLOCK09_JNT {
|
|
M_STAIRBLOCK09_JNT_M_STAIRBLOCK09_e=0x0,
|
|
M_STAIRBLOCK09_JNT_M_STAIRBLOCK_09_e=0x1,
|
|
};
|
|
|
|
#endif /* !RES_STABLOCK_H */ |