From 8904cee4121e76f5e4b363bdfd457fbd1165fa97 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Thu, 21 Sep 2023 07:05:10 -0700 Subject: JUTResFont (#1940) --- include/JSystem/JUtility/JUTResFont.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/JSystem/JUtility/JUTResFont.h b/include/JSystem/JUtility/JUTResFont.h index 4e5a057943..097a4fa3d3 100644 --- a/include/JSystem/JUtility/JUTResFont.h +++ b/include/JSystem/JUtility/JUTResFont.h @@ -55,8 +55,8 @@ public: // some types uncertain, may need to be fixed /* 0x1C */ int mWidth; /* 0x20 */ int mHeight; - /* 0x24 */ _GXTexObj field_0x24; - /* 0x44 */ int field_0x44; + /* 0x24 */ GXTexObj mTexObj; + /* 0x44 */ int mTexPageIdx; /* 0x48 */ const ResFONT* mResFont; /* 0x4C */ ResFONT::INF1* mInf1Ptr; /* 0x50 */ void** mMemBlocks; @@ -68,7 +68,7 @@ public: /* 0x64 */ u16 mMap1BlockNum; /* 0x66 */ u16 field_0x66; /* 0x68 */ u16 mMaxCode; - /* 0x6C */ IsLeadByte_func* mIsLeadByte; + /* 0x6C */ const IsLeadByte_func* mIsLeadByte; }; #endif /* JUTRESFONT_H */ -- cgit v1.2.3