mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 17:48:21 -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
755 B
C
26 lines
755 B
C
#ifndef RES_TARO4_H
|
|
#define RES_TARO4_H
|
|
|
|
enum dRes_INDEX_TARO4 {
|
|
/* BCK */
|
|
dRes_INDEX_TARO4_BCK_TARO_F_SURPRISEB_e=0x4,
|
|
dRes_INDEX_TARO4_BCK_TARO_FH_SURPRISEB_e=0x5,
|
|
dRes_INDEX_TARO4_BCK_TARO_SURPRISEB_e=0x6,
|
|
dRes_INDEX_TARO4_BCK_TARO_SURPRISEB_TALK_e=0x7,
|
|
/* BTP */
|
|
dRes_INDEX_TARO4_BTP_TARO_F_SURPRISEB_e=0xA,
|
|
dRes_INDEX_TARO4_BTP_TARO_FH_SURPRISEB_e=0xB,
|
|
};
|
|
|
|
enum dRes_ID_TARO4 {
|
|
/* BCK */
|
|
dRes_ID_TARO4_BCK_TARO_F_SURPRISEB_e=0x4,
|
|
dRes_ID_TARO4_BCK_TARO_FH_SURPRISEB_e=0x5,
|
|
dRes_ID_TARO4_BCK_TARO_SURPRISEB_e=0x6,
|
|
dRes_ID_TARO4_BCK_TARO_SURPRISEB_TALK_e=0x7,
|
|
/* BTP */
|
|
dRes_ID_TARO4_BTP_TARO_F_SURPRISEB_e=0xA,
|
|
dRes_ID_TARO4_BTP_TARO_FH_SURPRISEB_e=0xB,
|
|
};
|
|
|
|
#endif /* !RES_TARO4_H */ |