diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-01-28 01:37:09 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-01-28 01:37:09 +0100 |
| commit | f04fd8f032a61d6498a48d0b5cd7ec8884a94fee (patch) | |
| tree | c13a89554e20f594068b74e1ff5f0c34bb753117 /src/Main/Message/func_02032f0c.cpp | |
| parent | 06a1f74615de91663c877fe526790b2323edcbf9 (diff) | |
reverse ctor adventure
Diffstat (limited to 'src/Main/Message/func_02032f0c.cpp')
| -rw-r--r-- | src/Main/Message/func_02032f0c.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/Main/Message/func_02032f0c.cpp b/src/Main/Message/func_02032f0c.cpp index 49121b43..b6d77ed2 100644 --- a/src/Main/Message/func_02032f0c.cpp +++ b/src/Main/Message/func_02032f0c.cpp @@ -5,3 +5,28 @@ #include "DTCM/UnkStruct_027e103c.hpp" #include "Player/TouchControl.hpp" #include "Item/ItemManager.hpp" + +extern "C" void func_020078f4(unk32, void*, unk32); +extern "C" void func_020078c0(unk32, void*, unk32); + +THUMB UnkStruct_027E0C68_UnkSubClass1_Base_1::UnkStruct_027E0C68_UnkSubClass1_Base_1() { + this->unk_04 = 0; + this->unk_08 = 0; + this->unk_0C = NULL; + this->unk_38 = 0; + this->unk_3C = 0; + this->unk_4A = 0; + this->unk_4C = 0; + this->unk_4D = 0; + this->unk_4E = 0; + this->unk_4F = 0; + this->unk_50 = 0; + this->unk_51 = 0; + func_020078f4(0, &this->unk_10, 0x18); + func_020078f4(0, &this->unk_28, 0x10); + func_020078c0(0, &this->unk_3E, 0xC); + this->unk_10 = NULL; + this->unk_2C = NULL; + this->unk_30 = 2; + this->unk_34 = 3; +} |
