Update z_en_po_sisters.h

This commit is contained in:
blackgamma7 2025-12-10 17:46:42 -05:00
parent 661c2e7920
commit 386fb2ae93
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ typedef enum EnPoSisterNames {
#define POE_SISTER_GET_ID(x) PARAMS_GET_U(x->params, 8, 2)
#define POE_SISTER_GET_DECOY(x) PARAMS_GET_U(x->params, 10, 2)
#define POE_SISTER_GET_INTRO(x) PARAMS_GET_U(x->actor.params, 12, 1)
#define POE_SISTER_GET_INTRO(x) PARAMS_GET_NOSHIFT(x->actor.params, 12, 1)
#define EN_PO_SISTERS_PARAM_N(n) (n << 8) // param for which sister by number
#define EN_PO_SISTERS_PARAM(name) (EN_PO_SISTERS_##name << 8) // param for which sister by name