From 1dcde6c4eb8587b803cdf53b4d7c5b3cb406eef7 Mon Sep 17 00:00:00 2001 From: Mordred Date: Tue, 7 Feb 2023 07:20:31 +0100 Subject: [PATCH] EventItem struct has now been split into EventItem, EventItemCastTimeline and EventItemTimeLine --- deps/datReaderPs3/Exd/Structs.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/deps/datReaderPs3/Exd/Structs.h b/deps/datReaderPs3/Exd/Structs.h index bb0f3550..d33fb1d1 100644 --- a/deps/datReaderPs3/Exd/Structs.h +++ b/deps/datReaderPs3/Exd/Structs.h @@ -426,13 +426,22 @@ namespace Excel::Ps3 { EventItemTextStruct Text; uint32_t EventHandler; - int32_t CastTimeline; - int32_t Timeline; uint16_t Icon; uint16_t Action; uint8_t StackMax; uint8_t CastTime; - int8_t padding1[2]; + uint8_t CastTimeLine; + uint8_t Timeline; + }; + + struct EventItemCastTimeLine + { + uint32_t CastTimeline; + }; + + struct EventItemTimeLine + { + uint32_t Timeline; }; /* 100766 */