mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 10:01:08 -04:00
1bd947b6dd
* 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
26 lines
603 B
C
26 lines
603 B
C
#ifndef RES_RAFREL3_H
|
|
#define RES_RAFREL3_H
|
|
|
|
enum dRes_INDEX_RAFREL3 {
|
|
/* BCK */
|
|
dRes_INDEX_RAFREL3_BCK_RAF_BAZ_GETUP_e=0x4,
|
|
dRes_INDEX_RAFREL3_BCK_RAF_BAZ_RUN_e=0x5,
|
|
dRes_INDEX_RAFREL3_BCK_RAF_BAZ_WAIT_e=0x6,
|
|
/* BMDR */
|
|
dRes_INDEX_RAFREL3_BMD_RAF_BAZ_e=0x9,
|
|
};
|
|
|
|
enum dRes_ID_RAFREL3 {
|
|
/* BCK */
|
|
dRes_ID_RAFREL3_BCK_RAF_BAZ_GETUP_e=0x4,
|
|
dRes_ID_RAFREL3_BCK_RAF_BAZ_RUN_e=0x5,
|
|
dRes_ID_RAFREL3_BCK_RAF_BAZ_WAIT_e=0x6,
|
|
/* BMDR */
|
|
dRes_ID_RAFREL3_BMD_RAF_BAZ_e=0x9,
|
|
};
|
|
|
|
enum RAF_BAZ_JNT {
|
|
RAF_BAZ_JNT_RAF_BAZ_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_RAFREL3_H */ |