mirror of
https://github.com/zeldaret/ss
synced 2026-05-25 23:35:13 -04:00
lyt_animation OK
This commit is contained in:
+1
-1
@@ -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"),
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user