mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-07 19:31:19 -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
18 lines
301 B
C
18 lines
301 B
C
#ifndef RES_O_MD_PG_H
|
|
#define RES_O_MD_PG_H
|
|
|
|
enum dRes_INDEX_O_MD_PG {
|
|
/* BMDR */
|
|
dRes_INDEX_O_MD_PG_BMD_O_MD_AL_PG_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_O_MD_PG {
|
|
/* BMDR */
|
|
dRes_ID_O_MD_PG_BMD_O_MD_AL_PG_e=0x3,
|
|
};
|
|
|
|
enum O_MD_AL_PG_JNT {
|
|
O_MD_AL_PG_JNT_PG_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_O_MD_PG_H */ |