From 697cd08979c12f2a1ebd32f12a1a306b730f14ec Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:23:54 -0800 Subject: some various J2D/J3D work (#2043) * most of J2DPicture done * fix GXSetTexCoordGen * some j3d work --- include/JSystem/J2DGraph/J2DPicture.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/JSystem/J2DGraph') diff --git a/include/JSystem/J2DGraph/J2DPicture.h b/include/JSystem/J2DGraph/J2DPicture.h index a3fc4f4d62..b3ff43f6ee 100644 --- a/include/JSystem/J2DGraph/J2DPicture.h +++ b/include/JSystem/J2DGraph/J2DPicture.h @@ -119,7 +119,7 @@ public: protected: /* 0x100 */ JUTTexture* mTexture[2]; - /* 0x108 */ u8 mTextureCount; + /* 0x108 */ u8 mTextureNum; /* 0x109 */ u8 field_0x109; /* 0x10A */ JGeometry::TVec2 field_0x10a[4]; /* 0x11C */ f32 field_0x11c[2]; @@ -128,8 +128,8 @@ protected: /* 0x130 */ JUtility::TColor mWhite; /* 0x134 */ JUtility::TColor mBlack; /* 0x138 */ JUtility::TColor mCornerColor[4]; - /* 0x148 */ JUtility::TColor field_0x148; - /* 0x14C */ JUtility::TColor field_0x14c; + /* 0x148 */ JUtility::TColor mBlendKonstColor; + /* 0x14C */ JUtility::TColor mBlendKonstAlpha; }; #endif /* J2DPICTURE_H */ -- cgit v1.2.3