diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-09-21 07:05:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 17:05:10 +0300 |
| commit | 8904cee4121e76f5e4b363bdfd457fbd1165fa97 (patch) | |
| tree | 2c7f66aadb1fb01b78b3ba77516fd6e629c20c55 /include/JSystem/JUtility | |
| parent | 6786efe7129b77f8fb881561c7a628217991c588 (diff) | |
JUTResFont (#1940)
Diffstat (limited to 'include/JSystem/JUtility')
| -rw-r--r-- | include/JSystem/JUtility/JUTResFont.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 */ |
