mirror of https://github.com/zeldaret/tp.git
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 */ |