mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07: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
18 lines
323 B
C
18 lines
323 B
C
#ifndef RES_M_GATEKEY_H
|
|
#define RES_M_GATEKEY_H
|
|
|
|
enum dRes_INDEX_M_GATEKEY {
|
|
/* BMDR */
|
|
dRes_INDEX_M_GATEKEY_BMD_M_IGATEKEY_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_M_GATEKEY {
|
|
/* BMDR */
|
|
dRes_ID_M_GATEKEY_BMD_M_IGATEKEY_e=0x3,
|
|
};
|
|
|
|
enum M_IGATEKEY_JNT {
|
|
M_IGATEKEY_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_M_GATEKEY_H */ |