mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
31 lines
529 B
C
31 lines
529 B
C
#ifndef RES_FA_H
|
|
#define RES_FA_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Fa.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_FA {
|
|
/* BCK */
|
|
dRes_INDEX_FA_BCK_FA_e=0x4,
|
|
/* BDL */
|
|
dRes_INDEX_FA_BDL_FA_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_FA {
|
|
/* BCK */
|
|
dRes_ID_FA_BCK_FA_e=0x4,
|
|
/* BDL */
|
|
dRes_ID_FA_BDL_FA_e=0x7,
|
|
};
|
|
|
|
enum FA_JNT {
|
|
FA_JNT_CENTER_e=0x0,
|
|
FA_JNT_NECK_e=0x1,
|
|
FA_JNT_WINGL1_e=0x2,
|
|
FA_JNT_WINGR_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_FA_H */
|