mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-31 08:51:29 -04:00
d_msg_scrn_3select done (#2153)
* msg_scrn_3select done * remove asm * d_msg_scrn_jimaku done
This commit is contained in:
@@ -137,6 +137,7 @@ public:
|
||||
|
||||
JUtility::TColor getCharColor() { return mCharColor; }
|
||||
JUtility::TColor getGradColor() { return mGradientColor; }
|
||||
u16 getStringAllocByte() const { return mStringLength; }
|
||||
|
||||
// private:
|
||||
/* 0x0100 */ JUTFont* mFont;
|
||||
@@ -153,7 +154,7 @@ public:
|
||||
/* 0x012C */ JUtility::TColor mBlackColor;
|
||||
/* 0x0130 */ u8 mFlags;
|
||||
/* 0x0131 */ bool mTextFontOwned;
|
||||
/* 0x0132 */ s16 mStringLength;
|
||||
/* 0x0132 */ u16 mStringLength;
|
||||
/* 0x0134 */ u8 field_0x134[4];
|
||||
}; // Size: 0x138
|
||||
|
||||
|
||||
Reference in New Issue
Block a user