mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
42 lines
859 B
C
42 lines
859 B
C
#ifndef RES_OKMONO_H
|
|
#define RES_OKMONO_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Okmono.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_OKMONO {
|
|
/* BDL */
|
|
dRes_INDEX_OKMONO_BDL_OSTOOL_e=0x4,
|
|
dRes_INDEX_OKMONO_BDL_OTABLE_e=0x5,
|
|
dRes_INDEX_OKMONO_BDL_OTABLEL_e=0x6,
|
|
/* DZB */
|
|
dRes_INDEX_OKMONO_DZB_OTBLE_e=0x9,
|
|
dRes_INDEX_OKMONO_DZB_OTBLE_L_e=0xA,
|
|
};
|
|
|
|
enum dRes_ID_OKMONO {
|
|
/* BDL */
|
|
dRes_ID_OKMONO_BDL_OSTOOL_e=0x4,
|
|
dRes_ID_OKMONO_BDL_OTABLE_e=0x5,
|
|
dRes_ID_OKMONO_BDL_OTABLEL_e=0x6,
|
|
/* DZB */
|
|
dRes_ID_OKMONO_DZB_OTBLE_e=0x9,
|
|
dRes_ID_OKMONO_DZB_OTBLE_L_e=0xA,
|
|
};
|
|
|
|
enum OSTOOL_JNT {
|
|
OSTOOL_JNT_OSTOOL_e=0x0,
|
|
};
|
|
|
|
enum OTABLE_JNT {
|
|
OTABLE_JNT_OTABLE_e=0x0,
|
|
};
|
|
|
|
enum OTABLEL_JNT {
|
|
OTABLEL_JNT_OTBLE_L_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_OKMONO_H */
|