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_0203c358.cpp | |
| parent | b072add9515e35d733e089b3b54af910d47d9eb1 (diff) | |
post-update cleanup: step 2
Diffstat (limited to 'src/Main/Message/func_0203c358.cpp')
| -rw-r--r-- | src/Main/Message/func_0203c358.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Main/Message/func_0203c358.cpp b/src/Main/Message/func_0203c358.cpp index 0e5376f4..da640dee 100644 --- a/src/Main/Message/func_0203c358.cpp +++ b/src/Main/Message/func_0203c358.cpp @@ -8,7 +8,7 @@ #include "System/SysNew.hpp" THUMB MsgProc_Type2::MsgProc_Type2(unk32 param_2, unk16 param_3, unk32 param_4) : - MsgProc_Main(0, 0, param_4) + UnkStruct_02038aa0(0, 0) { this->unk_162 = 4; this->unk_164 = 1; @@ -61,8 +61,8 @@ ARM void MsgProc_Type2::vfunc_3C(unk32 param_2) { } ARM void MsgProc_Type2::vfunc_40(unk32 param_2, unk32 param_3) { - param_2 += this->unk_166; - param_3 += this->unk_168; + param_2 += this->mUnk_166; + param_3 += this->mUnk_168; this->func_0203c4ac(param_2 + this->unk_16A, param_3 + this->unk_16C); this->func_02038ef4(param_2, param_3); |
