mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
45 lines
1.0 KiB
C
45 lines
1.0 KiB
C
#ifndef RES_SEARCH_H
|
|
#define RES_SEARCH_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Search.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_SEARCH {
|
|
/* BDL */
|
|
dRes_INDEX_SEARCH_BDL_S_BEAM_e=0x4,
|
|
dRes_INDEX_SEARCH_BDL_S_SEARCH_e=0x5,
|
|
/* DZB */
|
|
dRes_INDEX_SEARCH_DZB_S_BASE_e=0x8,
|
|
dRes_INDEX_SEARCH_DZB_S_SEARCH_LIGHTA_e=0x9,
|
|
dRes_INDEX_SEARCH_DZB_S_SEARCH_LIGHTB_e=0xA,
|
|
};
|
|
|
|
enum dRes_ID_SEARCH {
|
|
/* BDL */
|
|
dRes_ID_SEARCH_BDL_S_BEAM_e=0x4,
|
|
dRes_ID_SEARCH_BDL_S_SEARCH_e=0x5,
|
|
/* DZB */
|
|
dRes_ID_SEARCH_DZB_S_BASE_e=0x8,
|
|
dRes_ID_SEARCH_DZB_S_SEARCH_LIGHTA_e=0x9,
|
|
dRes_ID_SEARCH_DZB_S_SEARCH_LIGHTB_e=0xA,
|
|
};
|
|
|
|
enum S_BEAM_JNT {
|
|
S_BEAM_JNT_ON_OFF_LIGHT_A1_e=0x0,
|
|
};
|
|
|
|
enum S_SEARCH_JNT {
|
|
S_SEARCH_JNT_BASE_e=0x0,
|
|
S_SEARCH_JNT_GEAR_L_e=0x1,
|
|
S_SEARCH_JNT_GEAR_M_e=0x2,
|
|
S_SEARCH_JNT_GEAR_S_e=0x3,
|
|
S_SEARCH_JNT_HANDLE_e=0x4,
|
|
S_SEARCH_JNT_LIGHTA_e=0x5,
|
|
S_SEARCH_JNT_LIGHTB_e=0x6,
|
|
S_SEARCH_JNT_SHAFT_e=0x7,
|
|
};
|
|
|
|
#endif /* RES_SEARCH_H */
|