giving up for now

This commit is contained in:
lepelog
2022-01-12 20:26:06 +01:00
parent e1903d20cf
commit ef1757a63b
5 changed files with 1186 additions and 393 deletions
+1 -3
View File
@@ -182,9 +182,7 @@ struct J3DAnmTransformFullTable {
class J2DAnmTransformFull : public J2DAnmTransform {
public:
J2DAnmTransformFull(): J2DAnmTransform(NULL, NULL, NULL) {
mTableInfo = NULL;
}
J2DAnmTransformFull() : J2DAnmTransform(NULL, NULL, NULL) { mTableInfo = NULL; }
/* 8030CDAC */ virtual ~J2DAnmTransformFull() {}
/* 8030A590 */ virtual void getTransform(u16, J3DTransformInfo*) const;
-1
View File
@@ -28,7 +28,6 @@ struct J3DAnmTransformKeyData {
/* 0x18 */ s32 mScaleOffset;
/* 0x1C */ s32 mRotationOffset;
/* 0x20 */ s32 mTranslateOffset;
};
struct J3DAnmTextureSRTKeyData;
struct J3DAnmColorKeyData;
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff