2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

More field discoveries and imps

This commit is contained in:
Jack Andersen
2016-03-18 17:58:01 -10:00
parent 0c83d5ba2b
commit 5a4033e925
13 changed files with 172 additions and 17 deletions

View File

@@ -12,14 +12,17 @@ class CRasterFont;
class CSaveableState
{
friend class CTextExecuteBuffer;
friend class CColorOverrideInstruction;
friend class CFontInstruction;
friend class CExtraLineSpaceInstruction;
protected:
CDrawStringOptions x0_drawStrOpts;
TToken<CRasterFont> x14_token;
std::vector<CTextColor> x20_;
std::vector<bool> x30_;
float x40_ = 1.f;
u32 x44_ = 0;
s32 x44_extraLineSpace = 0;
bool x48_ = false;
u32 x4c_ = 0;
u32 x50_ = 0;