Files
roeming da03a43cef Adding tons of enum resource files (#2886)
* add shield assets

* add shieldD assets

* add GCN US assets

* add GCN JP asset enums

* add GCN PAL asset enums

* add WII asset enums

* add WII Rev 2 asset enums

* add all other files

* change asset include directory to force "res/" prefix

* remove wrong duplicate marks

* Allow cpp files to reference arc enums

* rename all resource files to not begin with "res_"

* update res_arc tool to use argparse

* remove Stage enums
2025-11-28 19:10:04 -08:00

27 lines
499 B
C

#ifndef RES_MG_F_RI_H
#define RES_MG_F_RI_H
enum dRes_INDEX_MG_F_RI {
/* BMDR */
dRes_INDEX_MG_F_RI_BMD_RI_e=0x3,
};
enum dRes_ID_MG_F_RI {
/* BMDR */
dRes_ID_MG_F_RI_BMD_RI_e=0x3,
};
enum RI_JNT {
RI_JNT_HEAD_e=0x0,
RI_JNT_BACKBONE1_e=0x1,
RI_JNT_BACKBONE2_e=0x2,
RI_JNT_BACKBONE3_e=0x3,
RI_JNT_BACKBONE4_e=0x4,
RI_JNT_TAIL1_e=0x5,
RI_JNT_TAIL2_e=0x6,
RI_JNT_FINL_e=0x7,
RI_JNT_FINR_e=0x8,
RI_JNT_JAW_e=0x9,
};
#endif /* !RES_MG_F_RI_H */