mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 15:05:06 -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
801 B
C
26 lines
801 B
C
#ifndef RES_MSGRES04F_H
|
|
#define RES_MSGRES04F_H
|
|
|
|
enum dRes_INDEX_MSGRES04F {
|
|
/* SCRN */
|
|
dRes_INDEX_MSGRES04F_BLO_ZELDA_BOSS_NAME_e=0x4,
|
|
dRes_INDEX_MSGRES04F_BLO_ZELDA_STAGE_TITLE_FOREIGN_e=0x5,
|
|
/* TIMG */
|
|
dRes_INDEX_MSGRES04F_BTI_I4_GRA_e=0x8,
|
|
dRes_INDEX_MSGRES04F_BTI_TT_GOLD_UZU_LONG2_e=0x9,
|
|
dRes_INDEX_MSGRES04F_BTI_TT_KAZARI_KANI_00_e=0xA,
|
|
dRes_INDEX_MSGRES04F_BTI_TT_LINE2_e=0xB,
|
|
};
|
|
|
|
enum dRes_ID_MSGRES04F {
|
|
/* SCRN */
|
|
dRes_ID_MSGRES04F_BLO_ZELDA_BOSS_NAME_e=0x4,
|
|
dRes_ID_MSGRES04F_BLO_ZELDA_STAGE_TITLE_FOREIGN_e=0x5,
|
|
/* TIMG */
|
|
dRes_ID_MSGRES04F_BTI_I4_GRA_e=0x8,
|
|
dRes_ID_MSGRES04F_BTI_TT_GOLD_UZU_LONG2_e=0x9,
|
|
dRes_ID_MSGRES04F_BTI_TT_KAZARI_KANI_00_e=0xA,
|
|
dRes_ID_MSGRES04F_BTI_TT_LINE2_e=0xB,
|
|
};
|
|
|
|
#endif /* !RES_MSGRES04F_H */ |