lyt_animation OK

This commit is contained in:
elijah-thomas774
2024-06-09 21:56:21 -04:00
parent 9be76bae31
commit 793f36d58e
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ config.libs = [
Object(Matching, "nw4r/lyt/lyt_material.cpp"),
Object(Matching, "nw4r/lyt/lyt_texMap.cpp"),
Object(Matching, "nw4r/lyt/lyt_drawInfo.cpp"),
Object(NonMatching, "nw4r/lyt/lyt_animation.cpp"),
Object(Matching, "nw4r/lyt/lyt_animation.cpp"),
Object(Matching, "nw4r/lyt/lyt_resourceAccessor.cpp"),
Object(Matching, "nw4r/lyt/lyt_arcResourceAccessor.cpp"),
Object(Matching, "nw4r/lyt/lyt_common.cpp"),
+7 -7
View File
@@ -295,13 +295,13 @@ struct AnimationInfo {
};
struct AnimationTarget {
u8 id; // at 0x0
u8 target; // at 0x1
u8 curveType; // at 0x2
u8 padding1; // at 0x3
u16 keyNum; // at 0x4
u16 padding2[2]; // at 0x6
u32 keyOffset; // at 0x8
u8 id; // at 0x0
u8 target; // at 0x1
u8 curveType; // at 0x2
u8 padding1; // at 0x3
u16 keyNum; // at 0x4
u8 padding2[2]; // at 0x6
u32 keyOffset; // at 0x8
};
struct AnimationContent {