summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-06-25 20:15:24 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-06-25 20:15:24 -0400
commitca4ecc5a41f34f07ccd0580a2a923e39a8ae20cb (patch)
tree2d1d4713b1a5496b72f8854ac5e79573ee4d5b94 /include/JSystem/J3DGraphBase
parent93a883fabffc23dcac75405bfb8f3df8042f9878 (diff)
Minor J3D/GX doc
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DTevs.h10
1 files changed, 5 insertions, 5 deletions
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;