d_a_obj_cdoor OK, d_a_obj_wchain mostly done, work on d_a_alink_wolf (#2047)

This commit is contained in:
Caroline Madsen
2024-01-25 12:24:38 -05:00
committed by GitHub
parent 84ceaf33a0
commit 28d580da8c
43 changed files with 961 additions and 1923 deletions
+1
View File
@@ -108,6 +108,7 @@ public:
mpFirstChild = NULL;
}
void* getUserArea() { return mpUserData; }
void setUserArea(u32 area) { mpUserData = (void*)area; }
virtual int entry(J3DDrawBuffer*);
+1 -1
View File
@@ -31,7 +31,7 @@ public:
}
/* 0x00 */ J3DLightInfo mInfo;
/* 0x34 */ u8 field_0x34[64];
/* 0x34 */ GXLightObj mLightObj;
}; // Size = 0x74
struct J3DTextureSRTInfo {