AmbulanceMissionState/AnimState constructors (#337)

* implement a few states

* Update animstate.h

* Update animstate.cpp
This commit is contained in:
Misha
2023-12-16 09:11:10 -05:00
committed by GitHub
parent ec854c9308
commit 76b4edaa9e
4 changed files with 56 additions and 10 deletions

View File

@@ -41,12 +41,18 @@ public:
}
protected:
undefined m_unk0x8[0x12];
MxU16 m_color1;
MxU16 m_color2;
MxU16 m_color3;
MxU16 m_color4;
MxU16 m_color5;
undefined4 m_unk0x8; // 0x08
undefined4 m_unk0xc; // 0x0c
MxU16 m_unk0x10; // 0x10
MxU16 m_unk0x12; // 0x12
MxU16 m_unk0x14; // 0x14
MxU16 m_unk0x16; // 0x16
MxU16 m_unk0x18; // 0x18
MxU16 m_color1; // 0x1a
MxU16 m_color2; // 0x1c
MxU16 m_color3; // 0x1e
MxU16 m_color4; // 0x20
MxU16 m_color5; // 0x22
};
#endif // AMBULANCEMISSIONSTATE_H