mirror of
https://github.com/zeldaret/tp
synced 2026-08-17 21:33:42 -04:00
Work on J2DWindowEx (#1979)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user