Work on J2DWindowEx (#1979)

This commit is contained in:
hatal175
2023-11-08 13:58:56 +02:00
committed by GitHub
parent 493c5d75e1
commit c6b47d83e1
36 changed files with 684 additions and 1449 deletions
@@ -21,7 +21,14 @@ struct J3DAnmColorKeyTable {
J3DAnmKeyTableBase mAInfo;
}; // Size = 0x18
struct J3DAnmVtxColorIndexData;
struct J3DAnmVtxColorIndexDataItem {
u16 count;
u32 offset;
};
struct J3DAnmVtxColorIndexData {
J3DAnmVtxColorIndexDataItem field_0x0[4];
};
struct J3DAnmColorFullTable {
/* 0x00 */ u16 mRMaxFrame;