mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 08:13:23 -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
16 lines
357 B
C
16 lines
357 B
C
#ifndef RES_LOGOPAL_H
|
|
#define RES_LOGOPAL_H
|
|
|
|
enum dRes_INDEX_LOGOPAL {
|
|
/* DAT */
|
|
dRes_INDEX_LOGOPAL_BTI_DOLBY_P2_232_112_e=0x3,
|
|
dRes_INDEX_LOGOPAL_BTI_NINTENDO_376X104_e=0x4,
|
|
};
|
|
|
|
enum dRes_ID_LOGOPAL {
|
|
/* DAT */
|
|
dRes_ID_LOGOPAL_BTI_DOLBY_P2_232_112_e=0x3,
|
|
dRes_ID_LOGOPAL_BTI_NINTENDO_376X104_e=0x4,
|
|
};
|
|
|
|
#endif /* !RES_LOGOPAL_H */ |