mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -04:00
da03a43cef
* 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
23 lines
464 B
C
23 lines
464 B
C
#ifndef RES_T_GD_KMPS_H
|
|
#define RES_T_GD_KMPS_H
|
|
|
|
enum dRes_INDEX_T_GD_KMPS {
|
|
/* BCK */
|
|
dRes_INDEX_T_GD_KMPS_BCK_T_GD_KMPS_e=0x4,
|
|
/* BMDE */
|
|
dRes_INDEX_T_GD_KMPS_BMD_T_GD_KMPS_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_T_GD_KMPS {
|
|
/* BCK */
|
|
dRes_ID_T_GD_KMPS_BCK_T_GD_KMPS_e=0x4,
|
|
/* BMDE */
|
|
dRes_ID_T_GD_KMPS_BMD_T_GD_KMPS_e=0x7,
|
|
};
|
|
|
|
enum T_GD_KMPS_JNT {
|
|
T_GD_KMPS_JNT_CENTER_e=0x0,
|
|
T_GD_KMPS_JNT_HARI_e=0x1,
|
|
};
|
|
|
|
#endif /* !RES_T_GD_KMPS_H */ |