mirror of https://github.com/zeldaret/tp.git
22 lines
432 B
C
22 lines
432 B
C
#ifndef RES_OBJ_PROP1_H
|
|
#define RES_OBJ_PROP1_H
|
|
|
|
enum dRes_INDEX_OBJ_PROP1 {
|
|
/* BMDR */
|
|
dRes_INDEX_OBJ_PROP1_BMD_K_PROP01_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_OBJ_PROP1_DZB_K_PROP01_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_OBJ_PROP1 {
|
|
/* BMDR */
|
|
dRes_ID_OBJ_PROP1_BMD_K_PROP01_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_OBJ_PROP1_DZB_K_PROP01_e=0x7,
|
|
};
|
|
|
|
enum K_PROP01_JNT {
|
|
K_PROP01_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_OBJ_PROP1_H */ |