mirror of https://github.com/zeldaret/tp.git
22 lines
405 B
C
22 lines
405 B
C
#ifndef RES_L8STEP_H
|
|
#define RES_L8STEP_H
|
|
|
|
enum dRes_INDEX_L8STEP {
|
|
/* BMDR */
|
|
dRes_INDEX_L8STEP_BMD_LV8_STEP_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_L8STEP_DZB_LV8_STEP_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_L8STEP {
|
|
/* BMDR */
|
|
dRes_ID_L8STEP_BMD_LV8_STEP_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_L8STEP_DZB_LV8_STEP_e=0x7,
|
|
};
|
|
|
|
enum LV8_STEP_JNT {
|
|
LV8_STEP_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_L8STEP_H */ |