Files
dusklight/assets/Shield/res/Object/Mg_f_np.h
T
roeming 1bd947b6dd 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

28 lines
540 B
C

#ifndef RES_MG_F_NP_H
#define RES_MG_F_NP_H
enum dRes_INDEX_MG_F_NP {
/* BMDR */
dRes_INDEX_MG_F_NP_BMD_NP_e=0x3,
};
enum dRes_ID_MG_F_NP {
/* BMDR */
dRes_ID_MG_F_NP_BMD_NP_e=0x3,
};
enum NP_JNT {
NP_JNT_WORLD_ROOT_e=0x0,
NP_JNT_BACKBONE01_e=0x1,
NP_JNT_BACKBONE02_e=0x2,
NP_JNT_BACKBONE03_e=0x3,
NP_JNT_BACKBONE04_e=0x4,
NP_JNT_TAIL01_e=0x5,
NP_JNT_TAIL02_e=0x6,
NP_JNT_M_HIREL_e=0x7,
NP_JNT_M_HIRER_e=0x8,
NP_JNT_HEAD_e=0x9,
NP_JNT_AGO_e=0xA,
};
#endif /* !RES_MG_F_NP_H */