mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 22:44:44 -04:00
move d_a_alink and some related stuff (#130)
* clean up d_a_player * move some of daalink * more daalink / daplayer * setup some daalink members * rest of daalink members setup * remove comment * few more matches * remove asm * more matches * more matches + move e_wb_class * fix some d_save classes Co-authored-by: lepelog <lepelog@users.noreply.github.com>
This commit is contained in:
@@ -51,9 +51,10 @@ public:
|
||||
virtual ~J3DPacket();
|
||||
|
||||
public:
|
||||
J3DPacket* mpNextSibling;
|
||||
J3DPacket* mpFirstChild;
|
||||
};
|
||||
/* 0x04 */ J3DPacket* mpNextSibling;
|
||||
/* 0x08 */ J3DPacket* mpFirstChild;
|
||||
/* 0x0C */ void* mpUserData;
|
||||
}; // Size = 0x10
|
||||
|
||||
class J3DDrawPacket : public J3DPacket {
|
||||
public:
|
||||
@@ -64,7 +65,6 @@ public:
|
||||
virtual void draw();
|
||||
|
||||
public:
|
||||
void* mpUserData;
|
||||
int mFlags;
|
||||
char mPad0[0x0C]; // unk
|
||||
J3DDisplayListObj* mpDisplayListObj;
|
||||
|
||||
Reference in New Issue
Block a user