mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
30 lines
570 B
C
30 lines
570 B
C
#ifndef RES_DEKU_H
|
|
#define RES_DEKU_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Deku.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_DEKU {
|
|
/* BCK */
|
|
dRes_INDEX_DEKU_BCK_VLFDK_e=0x4,
|
|
dRes_INDEX_DEKU_BCK_VLFDM_e=0x5,
|
|
/* BDLM */
|
|
dRes_INDEX_DEKU_BDL_VLFDM_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_DEKU {
|
|
/* BCK */
|
|
dRes_ID_DEKU_BCK_VLFDK_e=0x4,
|
|
dRes_ID_DEKU_BCK_VLFDM_e=0x5,
|
|
/* BDLM */
|
|
dRes_ID_DEKU_BDL_VLFDM_e=0x8,
|
|
};
|
|
|
|
enum VLFDM_JNT {
|
|
VLFDM_JNT_LEAF_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_DEKU_H */
|