Files
roeming da03a43cef Adding tons of enum resource files (#2886)
* 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
2025-11-28 19:10:04 -08:00

48 lines
1.9 KiB
C

#ifndef RES_MSGRES00_H
#define RES_MSGRES00_H
enum dRes_INDEX_MSGRES00 {
/* SCRN */
dRes_INDEX_MSGRES00_BCK_ZELDA_WINDOW_3MENU_e=0x4,
dRes_INDEX_MSGRES00_BLO_ZELDA_WINDOW_3MENU_e=0x5,
dRes_INDEX_MSGRES00_BPK_ZELDA_WINDOW_3MENU_e=0x6,
dRes_INDEX_MSGRES00_BTK_ZELDA_WINDOW_3MENU_e=0x7,
dRes_INDEX_MSGRES00_BCK_ZELDA_WINDOW_YAJIRUSHI_e=0x8,
dRes_INDEX_MSGRES00_BLO_ZELDA_WINDOW_YAJIRUSHI_e=0x9,
dRes_INDEX_MSGRES00_BPK_ZELDA_WINDOW_YAJIRUSHI_e=0xA,
/* TIMG */
dRes_INDEX_MSGRES00_BTI_AK_OCARINA_FIRE_01_e=0xD,
dRes_INDEX_MSGRES00_BTI_I4_GRA_e=0xE,
dRes_INDEX_MSGRES00_BTI_TT_BLOCK8X8_e=0xF,
dRes_INDEX_MSGRES00_BTI_TT_BUTTON_BASE0_CENTER_TATE_e=0x10,
dRes_INDEX_MSGRES00_BTI_TT_BUTTON_BASE0_SIDE_e=0x11,
dRes_INDEX_MSGRES00_BTI_TT_GOLD_YAJI_END2_e=0x12,
dRes_INDEX_MSGRES00_BTI_TT_GOLD_YAJI_NEXT_e=0x13,
dRes_INDEX_MSGRES00_BTI_TT_IA4YAJI_e=0x14,
dRes_INDEX_MSGRES00_BTI_TT_IASTARRR_e=0x15,
dRes_INDEX_MSGRES00_BTI_TT_KAZARI_KANI_00_e=0x16,
};
enum dRes_ID_MSGRES00 {
/* SCRN */
dRes_ID_MSGRES00_BCK_ZELDA_WINDOW_3MENU_e=0x4,
dRes_ID_MSGRES00_BLO_ZELDA_WINDOW_3MENU_e=0x5,
dRes_ID_MSGRES00_BPK_ZELDA_WINDOW_3MENU_e=0x6,
dRes_ID_MSGRES00_BTK_ZELDA_WINDOW_3MENU_e=0x7,
dRes_ID_MSGRES00_BCK_ZELDA_WINDOW_YAJIRUSHI_e=0x8,
dRes_ID_MSGRES00_BLO_ZELDA_WINDOW_YAJIRUSHI_e=0x9,
dRes_ID_MSGRES00_BPK_ZELDA_WINDOW_YAJIRUSHI_e=0xA,
/* TIMG */
dRes_ID_MSGRES00_BTI_AK_OCARINA_FIRE_01_e=0xD,
dRes_ID_MSGRES00_BTI_I4_GRA_e=0xE,
dRes_ID_MSGRES00_BTI_TT_BLOCK8X8_e=0xF,
dRes_ID_MSGRES00_BTI_TT_BUTTON_BASE0_CENTER_TATE_e=0x10,
dRes_ID_MSGRES00_BTI_TT_BUTTON_BASE0_SIDE_e=0x11,
dRes_ID_MSGRES00_BTI_TT_GOLD_YAJI_END2_e=0x12,
dRes_ID_MSGRES00_BTI_TT_GOLD_YAJI_NEXT_e=0x13,
dRes_ID_MSGRES00_BTI_TT_IA4YAJI_e=0x14,
dRes_ID_MSGRES00_BTI_TT_IASTARRR_e=0x15,
dRes_ID_MSGRES00_BTI_TT_KAZARI_KANI_00_e=0x16,
};
#endif /* !RES_MSGRES00_H */