diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 00:46:13 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 00:46:13 +0100 |
| commit | 7173439cd8424b562b3bc87b935e29aaaf14658e (patch) | |
| tree | 007d660cb564e73b49672985fd4503ed00c41ad5 /src/Main/Message/func_0203744c.cpp | |
| parent | b072add9515e35d733e089b3b54af910d47d9eb1 (diff) | |
post-update cleanup: step 2
Diffstat (limited to 'src/Main/Message/func_0203744c.cpp')
| -rw-r--r-- | src/Main/Message/func_0203744c.cpp | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/src/Main/Message/func_0203744c.cpp b/src/Main/Message/func_0203744c.cpp deleted file mode 100644 index 7ae70831..00000000 --- a/src/Main/Message/func_0203744c.cpp +++ /dev/null @@ -1,44 +0,0 @@ -#include "global.h" -#include "Message/MsgProc.hpp" -#include "Message/MessageManager.hpp" -#include "Save/AdventureFlags.hpp" -#include "DTCM/UnkStruct_027e103c.hpp" -#include "Player/TouchControl.hpp" -#include "Item/ItemManager.hpp" - -ARM UnkStruct_02037750::UnkStruct_02037750(unk32 param_2, unk32 param_3) { - s32 i; - - this->unk_14 = param_3; - this->unk_18 = param_2; - this->unk_1C = 0; - this->unk_1D = 0xFF; - this->unk_1E = 0; - - for (i = 0; i < ARRAY_LEN(this->unk_04); i++) { - this->unk_04[i] = 0; - } -} - -ARM UnkStruct_02037750::~UnkStruct_02037750() { - if (data_027e0c68.unk_20[0] == this) { - data_027e0c68.func_02036d4c(this); - } -} - -// non-matching -ARM UnkStruct_020386d8::UnkStruct_020386d8() : UnkStruct_02037750(0x1000000, 0) { - this->unk_20 = -1; - this->unk_24.func_020376c0(gVec3p_ZERO); -} - -ARM UnkStruct_020386d8::~UnkStruct_020386d8() { -} - -ARM UnkStruct_0203881c::UnkStruct_0203881c() { - this->unk_14 = 0x1000; - this->unk_18 = 0; - this->unk_1C = 0; - this->unk_20 = 0; - this->unk_24 = 0; -} |
