mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
36 lines
776 B
C
36 lines
776 B
C
#ifndef RES_KTARU_00_H
|
|
#define RES_KTARU_00_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ktaru_00.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_KTARU_00 {
|
|
/* BDLM */
|
|
dRes_INDEX_KTARU_00_BDL_KTARU03_e=0x4,
|
|
dRes_INDEX_KTARU_00_BDL_KTARU_00_e=0x5,
|
|
/* BRK */
|
|
dRes_INDEX_KTARU_00_BRK_KTARU03_e=0x8,
|
|
dRes_INDEX_KTARU_00_BRK_KTARU_00_e=0x9,
|
|
};
|
|
|
|
enum dRes_ID_KTARU_00 {
|
|
/* BDLM */
|
|
dRes_ID_KTARU_00_BDL_KTARU03_e=0x4,
|
|
dRes_ID_KTARU_00_BDL_KTARU_00_e=0x5,
|
|
/* BRK */
|
|
dRes_ID_KTARU_00_BRK_KTARU03_e=0x8,
|
|
dRes_ID_KTARU_00_BRK_KTARU_00_e=0x9,
|
|
};
|
|
|
|
enum KTARU03_JNT {
|
|
KTARU03_JNT_KTARU_03_e=0x0,
|
|
};
|
|
|
|
enum KTARU_00_JNT {
|
|
KTARU_00_JNT_KTARU_00_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_KTARU_00_H */
|