diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2026-06-16 14:55:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 14:55:36 -0400 |
| commit | d61a31e7ab30ef357060124bae1830939106104b (patch) | |
| tree | 409e8cd3e8f81a3cd516470a88b4a237636e2bd5 /assets | |
| parent | f2d931cd81b76b5e7ab29f6b53d172040d088a23 (diff) | |
Use joint enums in several different places (#981)
Co-authored-by: < >
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/D44J01/res/Object/Pz.h | 28 | ||||
| -rw-r--r-- | assets/GZLE01/res/Object/Pz.h | 28 | ||||
| -rw-r--r-- | assets/GZLJ01/res/Object/Pz.h | 28 | ||||
| -rw-r--r-- | assets/GZLP01/res/Object/Pz.h | 28 |
4 files changed, 56 insertions, 56 deletions
diff --git a/assets/D44J01/res/Object/Pz.h b/assets/D44J01/res/Object/Pz.h index 40eb3389..ff77d3e0 100644 --- a/assets/D44J01/res/Object/Pz.h +++ b/assets/D44J01/res/Object/Pz.h @@ -77,19 +77,19 @@ enum dRes_ID_PZ { dRes_ID_PZ_BTP_WAIT04_e=0x2C, }; -enum BOW_JNT { - BOW_JNT_CL_BOW_e=0x0, - BOW_JNT_BOW_JNT_e=0x1, - BOW_JNT_AA_JNT_e=0x2, - BOW_JNT_AB_JNT_e=0x3, - BOW_JNT_ACJNT_e=0x4, - BOW_JNT_LINEAA_JNT_e=0x5, - BOW_JNT_LINEAB_JNT_e=0x6, - BOW_JNT_BA_JNT_e=0x7, - BOW_JNT_BB_JNT_e=0x8, - BOW_JNT_BC_JNT_e=0x9, - BOW_JNT_LINEBA_JNT_e=0xA, - BOW_JNT_LINEBB_JNT_e=0xB, +enum PZ_BOW_JNT { + PZ_BOW_JNT_CL_BOW_e=0x0, + PZ_BOW_JNT_BOW_JNT_e=0x1, + PZ_BOW_JNT_AA_JNT_e=0x2, + PZ_BOW_JNT_AB_JNT_e=0x3, + PZ_BOW_JNT_ACJNT_e=0x4, + PZ_BOW_JNT_LINEAA_JNT_e=0x5, + PZ_BOW_JNT_LINEAB_JNT_e=0x6, + PZ_BOW_JNT_BA_JNT_e=0x7, + PZ_BOW_JNT_BB_JNT_e=0x8, + PZ_BOW_JNT_BC_JNT_e=0x9, + PZ_BOW_JNT_LINEBA_JNT_e=0xA, + PZ_BOW_JNT_LINEBB_JNT_e=0xB, }; enum PZ_JNT { @@ -122,4 +122,4 @@ enum PZ_JNT { PZ_JNT_SKIRT_3_e=0x1A, }; -#endif /* !RES_PZ_H */
\ No newline at end of file +#endif /* !RES_PZ_H */ diff --git a/assets/GZLE01/res/Object/Pz.h b/assets/GZLE01/res/Object/Pz.h index 40eb3389..ff77d3e0 100644 --- a/assets/GZLE01/res/Object/Pz.h +++ b/assets/GZLE01/res/Object/Pz.h @@ -77,19 +77,19 @@ enum dRes_ID_PZ { dRes_ID_PZ_BTP_WAIT04_e=0x2C, }; -enum BOW_JNT { - BOW_JNT_CL_BOW_e=0x0, - BOW_JNT_BOW_JNT_e=0x1, - BOW_JNT_AA_JNT_e=0x2, - BOW_JNT_AB_JNT_e=0x3, - BOW_JNT_ACJNT_e=0x4, - BOW_JNT_LINEAA_JNT_e=0x5, - BOW_JNT_LINEAB_JNT_e=0x6, - BOW_JNT_BA_JNT_e=0x7, - BOW_JNT_BB_JNT_e=0x8, - BOW_JNT_BC_JNT_e=0x9, - BOW_JNT_LINEBA_JNT_e=0xA, - BOW_JNT_LINEBB_JNT_e=0xB, +enum PZ_BOW_JNT { + PZ_BOW_JNT_CL_BOW_e=0x0, + PZ_BOW_JNT_BOW_JNT_e=0x1, + PZ_BOW_JNT_AA_JNT_e=0x2, + PZ_BOW_JNT_AB_JNT_e=0x3, + PZ_BOW_JNT_ACJNT_e=0x4, + PZ_BOW_JNT_LINEAA_JNT_e=0x5, + PZ_BOW_JNT_LINEAB_JNT_e=0x6, + PZ_BOW_JNT_BA_JNT_e=0x7, + PZ_BOW_JNT_BB_JNT_e=0x8, + PZ_BOW_JNT_BC_JNT_e=0x9, + PZ_BOW_JNT_LINEBA_JNT_e=0xA, + PZ_BOW_JNT_LINEBB_JNT_e=0xB, }; enum PZ_JNT { @@ -122,4 +122,4 @@ enum PZ_JNT { PZ_JNT_SKIRT_3_e=0x1A, }; -#endif /* !RES_PZ_H */
\ No newline at end of file +#endif /* !RES_PZ_H */ diff --git a/assets/GZLJ01/res/Object/Pz.h b/assets/GZLJ01/res/Object/Pz.h index 40eb3389..ff77d3e0 100644 --- a/assets/GZLJ01/res/Object/Pz.h +++ b/assets/GZLJ01/res/Object/Pz.h @@ -77,19 +77,19 @@ enum dRes_ID_PZ { dRes_ID_PZ_BTP_WAIT04_e=0x2C, }; -enum BOW_JNT { - BOW_JNT_CL_BOW_e=0x0, - BOW_JNT_BOW_JNT_e=0x1, - BOW_JNT_AA_JNT_e=0x2, - BOW_JNT_AB_JNT_e=0x3, - BOW_JNT_ACJNT_e=0x4, - BOW_JNT_LINEAA_JNT_e=0x5, - BOW_JNT_LINEAB_JNT_e=0x6, - BOW_JNT_BA_JNT_e=0x7, - BOW_JNT_BB_JNT_e=0x8, - BOW_JNT_BC_JNT_e=0x9, - BOW_JNT_LINEBA_JNT_e=0xA, - BOW_JNT_LINEBB_JNT_e=0xB, +enum PZ_BOW_JNT { + PZ_BOW_JNT_CL_BOW_e=0x0, + PZ_BOW_JNT_BOW_JNT_e=0x1, + PZ_BOW_JNT_AA_JNT_e=0x2, + PZ_BOW_JNT_AB_JNT_e=0x3, + PZ_BOW_JNT_ACJNT_e=0x4, + PZ_BOW_JNT_LINEAA_JNT_e=0x5, + PZ_BOW_JNT_LINEAB_JNT_e=0x6, + PZ_BOW_JNT_BA_JNT_e=0x7, + PZ_BOW_JNT_BB_JNT_e=0x8, + PZ_BOW_JNT_BC_JNT_e=0x9, + PZ_BOW_JNT_LINEBA_JNT_e=0xA, + PZ_BOW_JNT_LINEBB_JNT_e=0xB, }; enum PZ_JNT { @@ -122,4 +122,4 @@ enum PZ_JNT { PZ_JNT_SKIRT_3_e=0x1A, }; -#endif /* !RES_PZ_H */
\ No newline at end of file +#endif /* !RES_PZ_H */ diff --git a/assets/GZLP01/res/Object/Pz.h b/assets/GZLP01/res/Object/Pz.h index 40eb3389..ff77d3e0 100644 --- a/assets/GZLP01/res/Object/Pz.h +++ b/assets/GZLP01/res/Object/Pz.h @@ -77,19 +77,19 @@ enum dRes_ID_PZ { dRes_ID_PZ_BTP_WAIT04_e=0x2C, }; -enum BOW_JNT { - BOW_JNT_CL_BOW_e=0x0, - BOW_JNT_BOW_JNT_e=0x1, - BOW_JNT_AA_JNT_e=0x2, - BOW_JNT_AB_JNT_e=0x3, - BOW_JNT_ACJNT_e=0x4, - BOW_JNT_LINEAA_JNT_e=0x5, - BOW_JNT_LINEAB_JNT_e=0x6, - BOW_JNT_BA_JNT_e=0x7, - BOW_JNT_BB_JNT_e=0x8, - BOW_JNT_BC_JNT_e=0x9, - BOW_JNT_LINEBA_JNT_e=0xA, - BOW_JNT_LINEBB_JNT_e=0xB, +enum PZ_BOW_JNT { + PZ_BOW_JNT_CL_BOW_e=0x0, + PZ_BOW_JNT_BOW_JNT_e=0x1, + PZ_BOW_JNT_AA_JNT_e=0x2, + PZ_BOW_JNT_AB_JNT_e=0x3, + PZ_BOW_JNT_ACJNT_e=0x4, + PZ_BOW_JNT_LINEAA_JNT_e=0x5, + PZ_BOW_JNT_LINEAB_JNT_e=0x6, + PZ_BOW_JNT_BA_JNT_e=0x7, + PZ_BOW_JNT_BB_JNT_e=0x8, + PZ_BOW_JNT_BC_JNT_e=0x9, + PZ_BOW_JNT_LINEBA_JNT_e=0xA, + PZ_BOW_JNT_LINEBB_JNT_e=0xB, }; enum PZ_JNT { @@ -122,4 +122,4 @@ enum PZ_JNT { PZ_JNT_SKIRT_3_e=0x1A, }; -#endif /* !RES_PZ_H */
\ No newline at end of file +#endif /* !RES_PZ_H */ |
