mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 07:34:37 -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
25 lines
599 B
C
25 lines
599 B
C
#ifndef RES_S_BURA_7C_H
|
|
#define RES_S_BURA_7C_H
|
|
|
|
enum dRes_INDEX_S_BURA_7C {
|
|
/* BMDR */
|
|
dRes_INDEX_S_BURA_7C_BMD_S_L7BURA_SWIL_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_S_BURA_7C_DZB_S_L7BURA_SWIL00_e=0x7,
|
|
dRes_INDEX_S_BURA_7C_DZB_S_L7BURA_SWIL01_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_S_BURA_7C {
|
|
/* BMDR */
|
|
dRes_ID_S_BURA_7C_BMD_S_L7BURA_SWIL_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_S_BURA_7C_DZB_S_L7BURA_SWIL00_e=0x7,
|
|
dRes_ID_S_BURA_7C_DZB_S_L7BURA_SWIL01_e=0x8,
|
|
};
|
|
|
|
enum S_L7BURA_SWIL_JNT {
|
|
S_L7BURA_SWIL_JNT_DODAIL_e=0x0,
|
|
S_L7BURA_SWIL_JNT_TOTTEL_e=0x1,
|
|
};
|
|
|
|
#endif /* !RES_S_BURA_7C_H */ |