summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/JSystem/JUtility/JUTResFont.h6
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 */