mirror of
https://github.com/zeldaret/tp
synced 2026-09-03 10:09:35 -04:00
J2DScreen / some J2DMaterial (#191)
* j2dscreen * some j2dmaterial work * remove asm
This commit is contained in:
@@ -11,10 +11,10 @@ public:
|
||||
struct J2DMaterialAnmPointer {
|
||||
/* 802EA79C */ J2DMaterialAnmPointer();
|
||||
|
||||
/* 0x00 */ int field_0x0;
|
||||
/* 0x04 */ int field_0x4;
|
||||
/* 0x08 */ int field_0x8;
|
||||
/* 0x0C */ int field_0xc;
|
||||
/* 0x00 */ J2DAnmBase* field_0x0;
|
||||
/* 0x04 */ J2DAnmBase* field_0x4;
|
||||
/* 0x08 */ J2DAnmBase* field_0x8;
|
||||
/* 0x0C */ J2DAnmBase* field_0xc;
|
||||
/* 0x10 */ u16 field_0x10;
|
||||
/* 0x12 */ u16 field_0x12[8];
|
||||
/* 0x22 */ u16 field_0x22[8];
|
||||
@@ -24,8 +24,8 @@ public:
|
||||
|
||||
/* 802EA1AC */ J2DMaterial();
|
||||
/* 802EA38C */ void setGX();
|
||||
/* 802EA410 */ void createTevBlock(int, bool);
|
||||
/* 802EA5C4 */ void createIndBlock(int, bool);
|
||||
/* 802EA410 */ static J2DTevBlock* createTevBlock(int, bool);
|
||||
/* 802EA5C4 */ static J2DIndBlock* createIndBlock(int, bool);
|
||||
/* 802EA84C */ void makeAnmPointer();
|
||||
/* 802EA94C */ void setAnimation(J2DAnmTextureSRTKey*);
|
||||
/* 802EAA2C */ void setAnimation(J2DAnmTexPattern*);
|
||||
@@ -35,6 +35,14 @@ public:
|
||||
|
||||
/* 802EA2CC */ virtual ~J2DMaterial();
|
||||
|
||||
u16 getIndex() const { return mIndex; }
|
||||
J2DColorBlock* getColorBlock() { return &mColorBlock; }
|
||||
J2DTexGenBlock* getTexGenBlock() { return &mTexGenBlock; }
|
||||
J2DPEBlock* getPEBlock() { return &mPEBlock; }
|
||||
J2DTevBlock* getTevBlock() { return mTevBlock; }
|
||||
J2DIndBlock* getIndBlock() { return mIndBlock; }
|
||||
|
||||
|
||||
private:
|
||||
/* 0x04 */ int field_0x4;
|
||||
/* 0x08 */ int field_0x8;
|
||||
|
||||
Reference in New Issue
Block a user