mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 01:48:15 -04:00
48 lines
1.0 KiB
C
48 lines
1.0 KiB
C
#ifndef RES_SK2_H
|
|
#define RES_SK2_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Sk2.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_SK2 {
|
|
/* BCK */
|
|
dRes_INDEX_SK2_BCK_KSYLF_00_e=0x5,
|
|
dRes_INDEX_SK2_BCK_KSYLF_01_e=0x6,
|
|
/* BDLM */
|
|
dRes_INDEX_SK2_BDL_KSYLF_00_e=0x9,
|
|
dRes_INDEX_SK2_BDL_KSYLF_01_e=0xA,
|
|
/* DZB */
|
|
dRes_INDEX_SK2_DZB_KSYLF_00_e=0xD,
|
|
dRes_INDEX_SK2_DZB_KSYLF_01_e=0xE,
|
|
};
|
|
|
|
enum dRes_ID_SK2 {
|
|
/* BCK */
|
|
dRes_ID_SK2_BCK_KSYLF_00_e=0x5,
|
|
dRes_ID_SK2_BCK_KSYLF_01_e=0x6,
|
|
/* BDLM */
|
|
dRes_ID_SK2_BDL_KSYLF_00_e=0x9,
|
|
dRes_ID_SK2_BDL_KSYLF_01_e=0xA,
|
|
/* DZB */
|
|
dRes_ID_SK2_DZB_KSYLF_00_e=0xD,
|
|
dRes_ID_SK2_DZB_KSYLF_01_e=0xE,
|
|
};
|
|
|
|
enum KSYLF_00_JNT {
|
|
KSYLF_00_JNT_B4_e=0x0,
|
|
KSYLF_00_JNT_B3_e=0x1,
|
|
KSYLF_00_JNT_B2_e=0x2,
|
|
KSYLF_00_JNT_B1_e=0x3,
|
|
};
|
|
|
|
enum KSYLF_01_JNT {
|
|
KSYLF_01_JNT_B4_e=0x0,
|
|
KSYLF_01_JNT_B3_e=0x1,
|
|
KSYLF_01_JNT_B2_e=0x2,
|
|
KSYLF_01_JNT_B1_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_SK2_H */
|