From ca4ecc5a41f34f07ccd0580a2a923e39a8ae20cb Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 25 Jun 2024 20:15:24 -0400 Subject: Minor J3D/GX doc --- include/JSystem/J3DGraphBase/J3DTevs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/JSystem/J3DGraphBase') diff --git a/include/JSystem/J3DGraphBase/J3DTevs.h b/include/JSystem/J3DGraphBase/J3DTevs.h index f82f4ddc..10f13e34 100644 --- a/include/JSystem/J3DGraphBase/J3DTevs.h +++ b/include/JSystem/J3DGraphBase/J3DTevs.h @@ -105,15 +105,15 @@ struct J3DTevStage { } void load(u32) const { - J3DGDWriteBPCmd(*(u32*)&field_0x0); - J3DGDWriteBPCmd(*(u32*)&field_0x4); + J3DGDWriteBPCmd(*(u32*)&mTevColorReg); + J3DGDWriteBPCmd(*(u32*)&mTevAlphaReg); } - /* 0x0 */ u8 field_0x0; + /* 0x0 */ u8 mTevColorReg; /* 0x1 */ u8 mTevColorOp; - /* 0x1 */ u8 mTevColorAB; + /* 0x2 */ u8 mTevColorAB; /* 0x3 */ u8 mTevColorCD; - /* 0x4 */ u8 field_0x4; + /* 0x4 */ u8 mTevAlphaReg; /* 0x5 */ u8 mTevAlphaOp; /* 0x6 */ u8 mTevAlphaAB; /* 0x7 */ u8 mTevSwapModeInfo; -- cgit v1.2.3