mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-29 09:40:56 -04:00
22 lines
453 B
C
22 lines
453 B
C
#ifndef RES_L9TOGE_H
|
|
#define RES_L9TOGE_H
|
|
|
|
enum dRes_INDEX_L9TOGE {
|
|
/* BMDR */
|
|
dRes_INDEX_L9TOGE_BMD_LV9_OBJ_TOGETRAP_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_L9TOGE_DZB_LV9_OBJ_TOGETRAP_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_L9TOGE {
|
|
/* BMDR */
|
|
dRes_ID_L9TOGE_BMD_LV9_OBJ_TOGETRAP_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_L9TOGE_DZB_LV9_OBJ_TOGETRAP_e=0x7,
|
|
};
|
|
|
|
enum LV9_OBJ_TOGETRAP_JNT {
|
|
LV9_OBJ_TOGETRAP_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_L9TOGE_H */ |