From 293c281ebab27cd6d61ad6a2e1ff60982a50bb24 Mon Sep 17 00:00:00 2001 From: Lucy <44952533+Skyliegirl33@users.noreply.github.com> Date: Sun, 12 Mar 2023 16:38:09 +0100 Subject: [PATCH] Some exd struct fixes --- deps/datReader/Exd/Structs.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deps/datReader/Exd/Structs.h b/deps/datReader/Exd/Structs.h index 078d26fa..1d1de7b0 100644 --- a/deps/datReader/Exd/Structs.h +++ b/deps/datReader/Exd/Structs.h @@ -391,13 +391,14 @@ namespace Excel uint8_t EffectWidth; uint8_t CostType; uint8_t Cond; - uint8_t RecastGroup; uint8_t Element; uint8_t ProcStatus; - uint8_t UseClassJob; + uint8_t ClassJobCategory; + uint8_t RecastGroup; uint8_t Init; uint8_t Omen; - int8_t Learn; + uint8_t Learn; + int8_t UseClassJob; int8_t SelectRange; int8_t SelectCorpse; int8_t AttackType; @@ -429,7 +430,7 @@ namespace Excel uint8_t HideCastBar : 1; uint8_t IsTargetLine : 1; - int8_t padding0; + int8_t unknown : 8; }; /* 75653 */ @@ -2053,7 +2054,8 @@ namespace Excel uint8_t NotControl : 1; uint8_t NotAction : 1; uint8_t NotMove : 1; - uint8_t padding0 : 6; + uint8_t padding0 : 5; + uint8_t CanOff : 1; uint8_t SemiTransparent : 1; uint8_t FcAction : 1; int8_t padding1[2];