mirror of https://github.com/zeldaret/tp.git
30 lines
651 B
C
30 lines
651 B
C
#ifndef RES_P_DTILE_H
|
|
#define RES_P_DTILE_H
|
|
|
|
enum dRes_INDEX_P_DTILE {
|
|
/* BMDR */
|
|
dRes_INDEX_P_DTILE_BMD_P_DTILE_L_e=0x4,
|
|
dRes_INDEX_P_DTILE_BMD_P_DTILE_S_e=0x5,
|
|
/* DZB */
|
|
dRes_INDEX_P_DTILE_DZB_P_DTILE_L_e=0x8,
|
|
dRes_INDEX_P_DTILE_DZB_P_DTILE_S_e=0x9,
|
|
};
|
|
|
|
enum dRes_ID_P_DTILE {
|
|
/* BMDR */
|
|
dRes_ID_P_DTILE_BMD_P_DTILE_L_e=0x4,
|
|
dRes_ID_P_DTILE_BMD_P_DTILE_S_e=0x5,
|
|
/* DZB */
|
|
dRes_ID_P_DTILE_DZB_P_DTILE_L_e=0x8,
|
|
dRes_ID_P_DTILE_DZB_P_DTILE_S_e=0x9,
|
|
};
|
|
|
|
enum P_DTILE_L_JNT {
|
|
P_DTILE_L_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
enum P_DTILE_S_JNT {
|
|
P_DTILE_S_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_P_DTILE_H */ |