summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2022-04-12 13:44:06 -0700
committerGitHub <noreply@github.com>2022-04-12 16:44:06 -0400
commita1099217d65362f16dd90284670a7dd37702a3ca (patch)
tree60c793775b1ce6d1a7d6191ff6a0df877e64d358 /include/JSystem/J3DGraphAnimator
parent4270643931a2e384929a1af339d45a5221915bf3 (diff)
J2DScreen / some J2DMaterial (#191)
* j2dscreen * some j2dmaterial work * remove asm
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DAnimation.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
index 77d82db311..d36523f54a 100644
--- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -55,7 +55,7 @@ struct J3DAnmTransformFullTable {
struct J3DAnmTexPatternFullTable {
/* 0x00 */ u16 mMaxFrame;
/* 0x02 */ u16 mOffset;
- /* 0x04 */ u16 _4;
+ /* 0x04 */ u8 _4;
/* 0x06 */ u16 _6;
}; // Size = 0x8
@@ -64,7 +64,8 @@ struct J3DAnmCRegKeyTable {
/* 0x06 */ J3DAnmKeyTableBase mGTable;
/* 0x0C */ J3DAnmKeyTableBase mBTable;
/* 0x12 */ J3DAnmKeyTableBase mATable;
- /* 0x18 */ u8 _18[4];
+ /* 0x18 */ u8 _18;
+ u8 padding[3];
}; // Size = 0x1C
struct J3DAnmKRegKeyTable {
@@ -72,7 +73,8 @@ struct J3DAnmKRegKeyTable {
/* 0x06 */ J3DAnmKeyTableBase mGTable;
/* 0x0C */ J3DAnmKeyTableBase mBTable;
/* 0x12 */ J3DAnmKeyTableBase mATable;
- /* 0x18 */ u8 _18[4];
+ /* 0x18 */ u8 _18;
+ u8 padding[3];
}; // Size = 0x1C
struct J3DAnmDataBlockHeader { // actual name unknown
@@ -217,7 +219,7 @@ struct J3DAnmTexPatternFullData {
/* 0x0E */ u16 field_0xe;
/* 0x10 */ s32 mTableOffset;
/* 0x14 */ s32 mValuesOffset;
- /* 0x18 */ s32 mUpdaterMaterialIDOffset;
+ /* 0x18 */ s32 mUpdateMaterialIDOffset;
/* 0x1C */ s32 mNameTabOffset;
}; // Size = 0x20