mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-21 20:54:43 -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
50 lines
1.8 KiB
C
50 lines
1.8 KiB
C
#ifndef RES_SEIRA_P1_H
|
|
#define RES_SEIRA_P1_H
|
|
|
|
enum dRes_INDEX_SEIRA_P1 {
|
|
/* BCK */
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_F_HAPPYTALK_e=0x5,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_F_SAD_e=0x6,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_F_SMILE_e=0x7,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_F_TALK_A_e=0x8,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_F_WORRYTALK_e=0x9,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_FH_SAD_e=0xA,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_LOOKAROUND_e=0xB,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_STEP_e=0xC,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_TALK_A_e=0xD,
|
|
dRes_INDEX_SEIRA_P1_BCK_SERA_WAIT_A_e=0xE,
|
|
/* BTK */
|
|
dRes_INDEX_SEIRA_P1_BTK_SERA_e=0x11,
|
|
/* BTP */
|
|
dRes_INDEX_SEIRA_P1_BTP_SERA_e=0x14,
|
|
dRes_INDEX_SEIRA_P1_BTP_SERA_F_HAPPYTALK_e=0x15,
|
|
dRes_INDEX_SEIRA_P1_BTP_SERA_F_SAD_e=0x16,
|
|
dRes_INDEX_SEIRA_P1_BTP_SERA_F_SMILE_e=0x17,
|
|
dRes_INDEX_SEIRA_P1_BTP_SERA_F_WORRYTALK_e=0x18,
|
|
dRes_INDEX_SEIRA_P1_BTP_SERA_FH_SAD_e=0x19,
|
|
};
|
|
|
|
enum dRes_ID_SEIRA_P1 {
|
|
/* BCK */
|
|
dRes_ID_SEIRA_P1_BCK_SERA_F_HAPPYTALK_e=0x5,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_F_SAD_e=0x6,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_F_SMILE_e=0x7,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_F_TALK_A_e=0x8,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_F_WORRYTALK_e=0x9,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_FH_SAD_e=0xA,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_LOOKAROUND_e=0xB,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_STEP_e=0xC,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_TALK_A_e=0xD,
|
|
dRes_ID_SEIRA_P1_BCK_SERA_WAIT_A_e=0xE,
|
|
/* BTK */
|
|
dRes_ID_SEIRA_P1_BTK_SERA_e=0x11,
|
|
/* BTP */
|
|
dRes_ID_SEIRA_P1_BTP_SERA_e=0x14,
|
|
dRes_ID_SEIRA_P1_BTP_SERA_F_HAPPYTALK_e=0x15,
|
|
dRes_ID_SEIRA_P1_BTP_SERA_F_SAD_e=0x16,
|
|
dRes_ID_SEIRA_P1_BTP_SERA_F_SMILE_e=0x17,
|
|
dRes_ID_SEIRA_P1_BTP_SERA_F_WORRYTALK_e=0x18,
|
|
dRes_ID_SEIRA_P1_BTP_SERA_FH_SAD_e=0x19,
|
|
};
|
|
|
|
#endif /* !RES_SEIRA_P1_H */ |