mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 04:44:26 -04:00
28 lines
511 B
C
28 lines
511 B
C
#ifndef RES_PLANT_H
|
|
#define RES_PLANT_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Plant.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PLANT {
|
|
/* BDL */
|
|
dRes_INDEX_PLANT_BDL_YRMWD_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_PLANT {
|
|
/* BDL */
|
|
dRes_ID_PLANT_BDL_YRMWD_e=0x3,
|
|
};
|
|
|
|
enum YRMWD_JNT {
|
|
YRMWD_JNT_YRMWD_e=0x0,
|
|
YRMWD_JNT_HANA_e=0x1,
|
|
YRMWD_JNT_JOINT1_e=0x2,
|
|
YRMWD_JNT_JOINT2_e=0x3,
|
|
YRMWD_JNT_JOINT3_e=0x4,
|
|
};
|
|
|
|
#endif /* RES_PLANT_H */
|